Update EditUsers.plugin.js

This commit is contained in:
Mirco Wittrien 2019-01-01 20:44:22 +01:00
parent 51f54df650
commit 5af2aead40
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class EditUsers {
getDescription () {return "Allows you to change the icon, name, tag and color of users. Does not work in compact mode.";}
getVersion () {return "3.1.1";}
getVersion () {return "3.1.2";}
getAuthor () {return "DevilBro";}
@ -193,6 +193,7 @@ class EditUsers {
BDFDB.initElements(settingspanel);
$(settingspanel)
.on("click", BDFDB.dotCN.switchinner, () => {this.updateSettings(settingspanel);})
.on("click", ".reset-button", () => {
if (confirm("Are you sure you want to reset all users?")) {
BDFDB.removeAllData(this, "users");