v1.18.x
psychobunny 11 years ago
parent f16d98fcab
commit 212768ee86

@ -11,7 +11,7 @@ define(['forum/admin/settings'], function(Settings) {
Themes.init = function() {
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);
var bootstrapThemeContainer = $('#bootstrap_themes'),

Loading…
Cancel
Save