From 86df7c34ae21e263031f17df10f11b0c09e5d021 Mon Sep 17 00:00:00 2001 From: s1n Date: Thu, 24 Oct 2019 16:50:47 -0700 Subject: konami redirects to root --- js/redirect-to-mobile.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 js/redirect-to-mobile.js (limited to 'js') diff --git a/js/redirect-to-mobile.js b/js/redirect-to-mobile.js deleted file mode 100644 index ac9a41d..0000000 --- a/js/redirect-to-mobile.js +++ /dev/null @@ -1,4 +0,0 @@ -// CHECKS IF USER IS ON MOBILE -if (screen.width <= 768) { - location.href = '/m/'; -} -- cgit v1.2.3