Skip to content

Commit c34432d

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 c34432d

File tree

6 files changed

+106
-38
lines changed

6 files changed

+106
-38
lines changed

dist/bct-loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
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].11/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].11/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)