Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 19, 2023
1 parent b60c20d commit 7d44bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -12323,8 +12323,8 @@ handle_ui.on("js-submit-list", function (evt) {
// find selected
const table = (fnbutton && fnbutton.closest(".pltable")) || form;
es = table.querySelectorAll("input.js-selector");
const allval = [], chkval = [];
let isdefault = false, allnum = true;
const allval = [];
let chkval = [], isdefault = false, allnum = true;
for (i = 0; i !== es.length; ++i) {
let v = es[i].value;
if (allnum && (v | 0) == v && !v.startsWith("0"))
Expand Down

0 comments on commit 7d44bd8

Please sign in to comment.