mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Set itemCount variable to 0 instead of 1 + Fix dropdown button styling and remove unnecessary code
This commit is contained in:
parent
440abf3d32
commit
70532d50dc
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ class AddBanModal {
|
|||
"button[data-add-ban-delete-all-item]",
|
||||
);
|
||||
this.formEl = document.querySelector("form[data-ban-add-form]");
|
||||
this.itemCount = 1;
|
||||
this.itemCount = 0;
|
||||
this.setDatepicker("0"); // for default field
|
||||
this.init();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue