diff options
| author | s1nical <[email protected]> | 2019-08-11 02:18:04 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-11 02:18:04 -0700 |
| commit | 56584b0ccdaa5d4aef1778f2120c67808319e662 (patch) | |
| tree | f8cbd17bf0487045d0a7d7e0d35b79406f301298 | |
| parent | fixed 404 absolute path stability issues... (diff) | |
| download | s1n.pw-admin-56584b0ccdaa5d4aef1778f2120c67808319e662.tar.xz s1n.pw-admin-56584b0ccdaa5d4aef1778f2120c67808319e662.zip | |
remove toasty audio from initial redirect due to performance issue
| -rw-r--r-- | js/app.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -138,9 +138,6 @@ document.addEventListener('keydown', function (e) { function activateCheats() {
- var audio = new Audio('https://s3-eu-west-1.amazonaws.com/wdildnproject2/toasty.mp3');
- audio.play();
-
window.location.href = "./konami";
}
|