Skip to content

Commit

Permalink
opps
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi authored Mar 4, 2024
1 parent 0887b71 commit 105fd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ id("search").addEventListener("input", function() {
if (!hyphens.includes(best[b])) {
m++;
} else if (hyphens.includes(best[b]) && mabla[m] == best[b]) {
m++; b++;
id("best").append(createHTMLElement("i", null, [best[b]]));
m++; b++;
}
} else if (hyphens.includes(best[b])) {
mabla.splice(m, 0, "");
Expand Down

0 comments on commit 105fd7e

Please sign in to comment.