We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8dff1 commit 4c5e520Copy full SHA for 4c5e520
1 file changed
js/javascript.js
@@ -18,10 +18,6 @@ document.addEventListener('DOMContentLoaded', function () {
18
window.onscroll = updateProgressBarAndFadeIn;
19
20
document.addEventListener('keydown', (e) => {
21
- if (konamiCodeIndex > 1) {
22
- return;
23
- }
24
-
25
if (e.code === "ArrowRight") {
26
window.open(document.getElementById("next").href, "_self")
27
}
0 commit comments