Skip to content

Commit b0bc1d2

Browse files
committed
Fix JS
1 parent 22a9b6f commit b0bc1d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/javascript.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ document.addEventListener('DOMContentLoaded', function () {
2424
window.onscroll = updateProgressBarAndFadeIn;
2525

2626
document.addEventListener('keydown', (e) => {
27-
if (konamiCodeIndex > 1) {
28-
return;
29-
}
30-
3127
if (e.code === "ArrowRight") {
3228
window.open(document.getElementById("next").href, "_self")
3329
}

0 commit comments

Comments
 (0)