Browse Source

DO NOT USE!!!!!
fix remove theme - again!

causefx 7 years ago
parent
commit
f7f1d26509
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/functions.js

+ 1 - 1
js/functions.js

@@ -1099,7 +1099,7 @@ function removeTheme(theme=null){
         if(html.data.substr(0, 7) == 'Success'){
             var newThemes = html.data.split('!@!');
             activeInfo.settings.misc.installedThemes = newThemes[1];
-            loadMarketplace('plugins');
+            loadMarketplace('themes');
             message(theme.name+' Removed','Please Click Customize Above to refresh',activeInfo.settings.notifications.position,"#FFF","success","5000");
         }else{
             message('Remove Failed',html.data,activeInfo.settings.notifications.position,"#FFF","warning","10000");