summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-11 02:18:04 -0700
committers1nical <[email protected]>2019-08-11 02:18:04 -0700
commit56584b0ccdaa5d4aef1778f2120c67808319e662 (patch)
treef8cbd17bf0487045d0a7d7e0d35b79406f301298
parentfixed 404 absolute path stability issues... (diff)
downloads1n.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.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/app.js b/js/app.js
index 2eb4969..40e418e 100644
--- a/js/app.js
+++ b/js/app.js
@@ -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";
}