Update ServerDetails.plugin.js

This commit is contained in:
Mirco Wittrien 2020-12-02 20:33:37 +01:00
parent 094d0677b9
commit b253b66620
1 changed files with 0 additions and 7 deletions

View File

@ -235,13 +235,6 @@ module.exports = (_ => {
id: "own"
}
}, BDFDB.LanguageUtils.languages);
let amounts = BDFDB.DataUtils.load(this, "amounts"); // REMOVE 07.09.2020
if (amounts && amounts.hoverDelay !== undefined) {
amounts.tooltipDelay = parseFloat(amounts.hoverDelay)/1000;
delete amounts.hoverDelay;
BDFDB.DataUtils.save(amounts, this, "amounts");
}
this.forceUpdateAll();
}