This commit is contained in:
Mirco Wittrien 2019-01-31 11:29:45 +01:00
parent 1b2e614d2e
commit 5e7f121608
2 changed files with 2 additions and 2 deletions

View File

@ -597,7 +597,7 @@ class PluginRepo {
var finishCounter = 0, finishInterval = setInterval(() => {
if ((webviewqueue.length == 0 && !webviewrunning) || finishCounter > 300 || !this.loading.is) {
clearInterval(finishInterval);
BDFDB.removeEles(webview, loadingicon);
BDFDB.removeEles(webview, loadingicon, ".pluginrepo-loadingicon");
if (!loadingiconwrapper.firstChild) BDFDB.removeEles(loadingiconwrapper);
clearTimeout(this.loading.timeout);
this.loading = {is:false, timeout:null, amount:this.loading.amount};

View File

@ -721,7 +721,7 @@ class ThemeRepo {
clearTimeout(this.loading.timeout);
return;
}
BDFDB.removeEles(loadingicon);
BDFDB.removeEles(loadingicon, ".themerepo-loadingicon");
if (!loadingiconwrapper.firstChild) BDFDB.removeEles(loadingiconwrapper);
clearTimeout(this.loading.timeout);
this.loading = {is:false, timeout:null, amount:this.loading.amount};