Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/berrymot/xlasisku
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Feb 12, 2024
2 parents 2d9785d + b72d572 commit 9eda471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions events.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getConflictRegex(g) {
:
i == conflict.length - 1 ? g.slice(0, i) + "[aeiou]" : null;
}
conflict = "(" + conflict.join("|").replace(/\|+/, "|") + ")";
conflict = conflict.join("|").replace(/\|+/, "|");
return conflict;
}
window.addEventListener("scroll", function(e) {
Expand Down Expand Up @@ -204,4 +204,4 @@ id("clear").addEventListener("click", function() {
});
id("theme").addEventListener("click", function() {
setTheme(document.documentElement.className != "dark");
});
});

0 comments on commit 9eda471

Please sign in to comment.