Skip to content

Commit

Permalink
Maybe dewarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Mar 6, 2024
1 parent 5ed084c commit e32281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13159,7 +13159,7 @@ handle_ui.on("js-submit-list", function (evt) {
evt.preventDefault();

// choose action
var form = this, fn, fnbutton, e, ne, i, es;
var form = this, fn = "", fnbutton, e, ne, i, es;
if (this instanceof HTMLButtonElement) {
fn = this.value;
fnbutton = this;
Expand Down

0 comments on commit e32281a

Please sign in to comment.