diff options
| author | s1n <[email protected]> | 2019-11-10 21:37:12 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-10 21:37:12 -0800 |
| commit | 48cc41e729caf5e0f11afbf6ceaf5d004b3ee113 (patch) | |
| tree | a5062ed141a6390257bba1fc30e1e6e5479b420f | |
| parent | new links vid (diff) | |
| download | s1n.pw-admin-48cc41e729caf5e0f11afbf6ceaf5d004b3ee113.tar.xz s1n.pw-admin-48cc41e729caf5e0f11afbf6ceaf5d004b3ee113.zip | |
remove something thats useless
| -rw-r--r-- | links/js/main.js | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/links/js/main.js b/links/js/main.js index c57ee6d..49ec780 100644 --- a/links/js/main.js +++ b/links/js/main.js @@ -9,18 +9,4 @@ $(window).on('keydown', function () { return false; else if (event.ctrlKey && event.keyCode == 74) return false; -}); - -document.body.onkeyup = function (e) { - if (e.keyCode == 32 && app.skippedIntro) { - if (app.backgroundToggler) { - app.videoElement.play(); - app.audioElement.play(); - } else { - app.videoElement.pause(); - app.audioElement.pause(); - } - - return app.backgroundToggler = !app.backgroundToggler; - } -}
\ No newline at end of file +});
\ No newline at end of file |