"use strict"; /*global define, socket, app, bootbox, tabIndent, config, RELATIVE_PATH*/ define(['forum/admin/settings'], function(Settings) { var Themes = {}; function highlightSelectedTheme(themeId) { $('.themes li[data-theme]').removeClass('btn-warning'); $('.themes li[data-theme="' + themeId + '"]').addClass('btn-warning'); } Themes.init = function() { var scriptEl = $('