Update BadgesEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2019-01-11 19:02:20 +01:00
parent 30f23efe3e
commit b3c2a021ee
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class BadgesEverywhere {
processStandardSidebarView (instance, wrapper) {
if (this.SettingsUpdated) {
this.SettingsUpdated = false;
delete this.SettingsUpdated;
BDFDB.removeEles(".BE-badges");
BDFDB.WebModules.forceAllUpdates(this);
}