diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 7ffebb1632..b427577c3a 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -3,7 +3,7 @@ class PluginRepo { getName () {return "PluginRepo";} - getVersion () {return "1.7.9";} + getVersion () {return "1.8.0";} getAuthor () {return "DevilBro";} diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 803295353f..ef62fb22d8 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -3,7 +3,7 @@ class ThemeRepo { getName () {return "ThemeRepo";} - getVersion () {return "1.7.9";} + getVersion () {return "1.8.0";} getAuthor () {return "DevilBro";} @@ -337,8 +337,8 @@ class ThemeRepo { this.loading = {is:false, timeout:null, amount:0}; this.loadThemes(); }); - console.log(settingshtml); - console.log(settingspanel); + + return settingspanel; } //legacy @@ -497,7 +497,7 @@ class ThemeRepo { document.addEventListener("keyup", keyPressed); window.addEventListener("message", messageReceived); - + var frame = BDFDB.htmlToElement(this.frameMarkup); var themeRepoModal = BDFDB.htmlToElement(this.themeRepoModalMarkup); var hiddenSettings = BDFDB.loadAllData(this, "hidden");