Skip to content

Commit 29e1249

Browse files
jasonm4130Jason Matthew
authored and
Jason Matthew
committed
Merge pull request #10 from squizlabs/bugfix/m6-default-toggle
fix: Update bct.scss to allow showing of use default toggle in M6
2 parents efa3032 + 091e012 commit 29e1249

File tree

6 files changed

+107
-39
lines changed

6 files changed

+107
-39
lines changed

dist/bct-loader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/*!
22
* Bootstrap Content Templates (master)
3-
* Matrix 6: 2.0.10 (tag)
3+
* Matrix 6: 2.0.13 (tag)
44
* Matrix 5: 1.0.8 (tag)
55
*/
66

77
/* global bctInit */
88

99
//bct plugin vars
1010
var matrixVersion = 6;
11-
var bctCssMin = 'https://cdn.jsdelivr.net/gh/squizlabs/[email protected].10/dist/bct.min.css';
11+
var bctCssMin = 'https://cdn.jsdelivr.net/gh/squizlabs/[email protected].13/dist/bct.min.css';
1212
var bctCssFontawesome = 'https://use.fontawesome.com/releases/v5.5.0/css/all.css';
13-
var bctJsMin = 'https://cdn.jsdelivr.net/gh/squizlabs/[email protected].10/dist/bct.min.js';
13+
var bctJsMin = 'https://cdn.jsdelivr.net/gh/squizlabs/[email protected].13/dist/bct.min.js';
1414

1515
//matrix 5
1616
var m5_bctCssMin = 'https://cdn.jsdelivr.net/gh/squizlabs/[email protected]/dist/bct.min.css';

dist/bct.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)