This commit is contained in:
Barış Soner Uşaklı
2018-02-05 10:04:19 -05:00
parent adc7054390
commit d16667a5fb
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ module.exports = function (middleware) {
}
if (skinToUse) {
obj.bootswatchCSS = '//maxcdn.bootstrapcdn.com/bootswatch/latest/' + skinToUse + '/bootstrap.min.css';
obj.bootswatchCSS = '//maxcdn.bootstrapcdn.com/bootswatch/3.3.7/' + skinToUse + '/bootstrap.min.css';
}
}
}