fixed #723 - bootswatch now using BootstrapCDN, scheme-independant URL

v1.18.x
Julian Lam 11 years ago
parent 2654a8e86a
commit 663aff4b24

@ -114,7 +114,7 @@ define(function() {
for (var x = 0; x < numThemes; x++) {
var theme = bootswatch.themes[x];
themeEl.setAttribute('data-css', theme.cssMin);
themeEl.setAttribute('data-css', theme.cssCdn);
themeEl.setAttribute('data-theme', theme.name);
themeEl.innerHTML = '<img src="' + theme.thumbnail + '" />' +
'<div>' +

Loading…
Cancel
Save