Skip to content

Commit

Permalink
Clear button input when shown
Browse files Browse the repository at this point in the history
  • Loading branch information
BolverBlitz committed Apr 3, 2022
1 parent d7bf9e3 commit bcab2ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,12 @@
if (Global.keymap[60] && Global.keymap[72]) {
if (Global.isHidden) {
hideButton(false); //hide button on h key
$('#UserToBan').val("");
initDots();
Global.isHidden = false;
} else {
hideButton(true); //unhide button on h key
$('#UserToBan').val("");
killdots();
Global.isHidden = true;
}
Expand Down

0 comments on commit bcab2ff

Please sign in to comment.