From 581f28757a5346887f89857d0f2b2912c52a70cf Mon Sep 17 00:00:00 2001 From: samozzy Date: Mon, 1 Feb 2016 17:10:06 +0000 Subject: [PATCH] Update konami.js Disable Weirdness Factor 12 on devices without an 'escape' key. --- RIGS/static/js/konami.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/static/js/konami.js b/RIGS/static/js/konami.js index 15882b9f..5398721d 100755 --- a/RIGS/static/js/konami.js +++ b/RIGS/static/js/konami.js @@ -39,7 +39,7 @@ var Konami = function (callback) { return false; } }, this); - this.iphone.load(link); + /*this.iphone.load(link);*/ }, code: function (link) { window.location = link