From 0887b71ad5579b0567e9750b6e0dae05e9a6d98a Mon Sep 17 00:00:00 2001 From: merrybot <50974538+berrymot@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:11:57 -0800 Subject: [PATCH] fix hyphens --- events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/events.js b/events.js index 4702933..b2edea9 100644 --- a/events.js +++ b/events.js @@ -91,6 +91,7 @@ id("search").addEventListener("input", function() { m++; } else if (hyphens.includes(best[b]) && mabla[m] == best[b]) { m++; b++; + id("best").append(createHTMLElement("i", null, [best[b]])); } } else if (hyphens.includes(best[b])) { mabla.splice(m, 0, "");