Skip to content

Commit

Permalink
Minor overhaul.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerin3 committed Jun 17, 2023
1 parent 4b6a3f1 commit ac8731a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ const setChoice = (element) => {
let siblings = grandParent.children;
let count = 0;
let stop = false;
let value = 0;
const limit = container.dataset.limit ? parseInt(container.dataset.limit) : 1;
if (limit !== 0)
for (let sibling of siblings) {
Expand Down

0 comments on commit ac8731a

Please sign in to comment.