mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
closes #1325
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user