From 222de4e91ac1ba9340b50ab299735ff7d88d0e35 Mon Sep 17 00:00:00 2001 From: s1nical Date: Tue, 27 Aug 2019 21:45:13 -0700 Subject: seperate mobile/desktop redirects --- konami/js/main.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'konami/js') diff --git a/konami/js/main.js b/konami/js/main.js index 9ffed54..c75bb27 100644 --- a/konami/js/main.js +++ b/konami/js/main.js @@ -19,11 +19,6 @@ function Scroll() { } Scroll(); -// CHECKS IF USER IS ON MOBILE -if (screen.width <= 480) { - location.href = '/mobile'; -} - // KONAMI CODE FOR TOASTY // a key map of allowed keys -- cgit v1.2.3