changed bootswatch to protocolless

This commit is contained in:
barisusakli
2014-03-29 15:29:35 -04:00
parent d27eb17b32
commit 500ca33675

View File

@@ -11,7 +11,7 @@ define(['forum/admin/settings'], function(Settings) {
Themes.init = function() {
var scriptEl = $('<script />');
scriptEl.attr('src', 'http://api.bootswatch.com/3/?callback=bootswatchListener');
scriptEl.attr('src', '//api.bootswatch.com/3/?callback=bootswatchListener');
$('body').append(scriptEl);
var bootstrapThemeContainer = $('#bootstrap_themes'),