From 56584b0ccdaa5d4aef1778f2120c67808319e662 Mon Sep 17 00:00:00 2001 From: s1nical Date: Sun, 11 Aug 2019 02:18:04 -0700 Subject: remove toasty audio from initial redirect due to performance issue --- js/app.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'js') 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"; } -- cgit v1.2.3