Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
taisukef committed Jan 23, 2024
1 parent 79b90f6 commit a462cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piechart.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
div.appendChild(div2);
const chks = {};
for (const q of no == 8 ? d2key.sort() : d2key) {
const lbl = document.createElement("labal");
const lbl = document.createElement("label");
const chk = document.createElement("input");
chk.type = "checkbox";
const nn = document.createElement("span");
Expand Down

0 comments on commit a462cf6

Please sign in to comment.