This commit is contained in:
Mirco Wittrien 2019-04-16 10:21:45 +02:00
parent 4d93a44ffd
commit 0f23c6976d
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
class PluginRepo {
getName () {return "PluginRepo";}
getVersion () {return "1.7.9";}
getVersion () {return "1.8.0";}
getAuthor () {return "DevilBro";}

View File

@ -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");