diff --git a/example-puzzles/example/5/helpers.js b/example-puzzles/example/5/helpers.js index c68b5f3..946e8e2 100644 --- a/example-puzzles/example/5/helpers.js +++ b/example-puzzles/example/5/helpers.js @@ -50,6 +50,7 @@ function helperExpandInputs(e) { // Add remove button let remove = document.createElement("button") remove.innerText = "➖" + remove.title = "Remove this input" remove.addEventListener("click", helperRemoveInput) newElement.appendChild(remove) diff --git a/example-puzzles/example/5/puzzle.moth b/example-puzzles/example/5/puzzle.moth index 1000bfd..46dfff2 100644 --- a/example-puzzles/example/5/puzzle.moth +++ b/example-puzzles/example/5/puzzle.moth @@ -34,7 +34,7 @@ Multiple concatenated values Free input, sorted, concatenated values