Skip to content

Commit e333265

Browse files
committed
2 parents bbc38bf + 4c5e520 commit e333265

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

js/javascript.js

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

2020
document.addEventListener('keydown', (e) => {
21-
if (konamiCodeIndex > 1) {
22-
return;
23-
}
24-
2521
if (e.code === "ArrowRight") {
2622
window.open(document.getElementById("next").href, "_self")
2723
}

0 commit comments

Comments
 (0)