New themesupport var

This commit is contained in:
Jiiks 2015-12-15 11:13:40 +02:00
parent cf7c68cef0
commit d24a6222dd
2 changed files with 4 additions and 4 deletions

View File

@ -189,7 +189,7 @@ Core.prototype.init = function() {
pluginModule = new PluginModule();
pluginModule.loadPlugins();
if(typeof(themesupport) !== "undefined") {
if(typeof(themesupport2) !== "undefined") {
themeModule = new ThemeModule();
themeModule.loadThemes();
}
@ -1169,7 +1169,7 @@ SettingsPanel.prototype.construct = function() {
' <div class="bd-pane control-group" id="bd-themes-pane" style="display:none;">';
if(typeof(themesupport) === "undefined") {
if(typeof(themesupport2) === "undefined") {
settingsInner += '' +
' Your version does not support themes. Download the latest version.';
}else {

4
js/main.min.js vendored

File diff suppressed because one or more lines are too long