Skip to content

Commit

Permalink
mix was replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
odsma committed Feb 23, 2023
1 parent f623434 commit 26147d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ addEventListener('DOMContentLoaded', _ => {
regenerate.addEventListener('click', e => {
e.preventDefault();
container.replaceChild(
generateProblems(numProbs, min, max, mix),
generateProblems(numProbs, min, max, [sum_range, difference_range, multiplication_range, division_range]),
container.childNodes[0]);
});
container.appendChild(regenerate);
Expand Down

0 comments on commit 26147d6

Please sign in to comment.