This commit is contained in:
psychobunny
2014-04-03 14:35:09 -04:00
parent f16d98fcab
commit 212768ee86

View File

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