psychobunny 11 years ago
commit ab20880332

@ -37,6 +37,7 @@
"markAsUnreadForAll.success" : "Topic marked as unread for all.",
"watch": "Watch",
"watch.title": "Be notified of new replies in this topic",
"share_this_post": "Share this Post",
"thread_tools.title": "Thread Tools",

@ -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'),

Loading…
Cancel
Save