New themesupport var
This commit is contained in:
parent
cf7c68cef0
commit
d24a6222dd
|
@ -189,7 +189,7 @@ Core.prototype.init = function() {
|
||||||
|
|
||||||
pluginModule = new PluginModule();
|
pluginModule = new PluginModule();
|
||||||
pluginModule.loadPlugins();
|
pluginModule.loadPlugins();
|
||||||
if(typeof(themesupport) !== "undefined") {
|
if(typeof(themesupport2) !== "undefined") {
|
||||||
themeModule = new ThemeModule();
|
themeModule = new ThemeModule();
|
||||||
themeModule.loadThemes();
|
themeModule.loadThemes();
|
||||||
}
|
}
|
||||||
|
@ -1169,7 +1169,7 @@ SettingsPanel.prototype.construct = function() {
|
||||||
' <div class="bd-pane control-group" id="bd-themes-pane" style="display:none;">';
|
' <div class="bd-pane control-group" id="bd-themes-pane" style="display:none;">';
|
||||||
|
|
||||||
|
|
||||||
if(typeof(themesupport) === "undefined") {
|
if(typeof(themesupport2) === "undefined") {
|
||||||
settingsInner += '' +
|
settingsInner += '' +
|
||||||
' Your version does not support themes. Download the latest version.';
|
' Your version does not support themes. Download the latest version.';
|
||||||
}else {
|
}else {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue