Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Mar 11, 2024
1 parent 5e0a559 commit 3cff7f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function nameReport(name) {
return dimensionsName.map((id) => htmlSection(info[id])).join("");
}
char = "";
cats.forEach((cat) => (myNumbers[cat] = null));
myNumbers.purpose = null;
return "";
}
Expand Down Expand Up @@ -176,7 +175,6 @@ function checkInfo() {
if (queryString) {
const urlParams = new URLSearchParams(queryString);
let hasValue = false;

fields.forEach((fid) => {
const param = urlParams.get(fid);
if (param) {
Expand Down

0 comments on commit 3cff7f3

Please sign in to comment.