From 53a299d6354918cbdfdf87f124671398810e41b2 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 10 Apr 2019 20:04:04 +0000 Subject: [PATCH] Make it a little cleaner for the puzzle writer --- example-puzzles/example/5/helpers.js | 1 + example-puzzles/example/5/puzzle.moth | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 Select from an ordered list of options