summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-24 16:50:47 -0700
committers1n <[email protected]>2019-10-24 16:50:47 -0700
commit86df7c34ae21e263031f17df10f11b0c09e5d021 (patch)
tree4b2c99af7422c98cdc05d1bfe36758aeb8c9a64d /js
parentmake redirect accurate and nice (diff)
downloads1n.pw-admin-86df7c34ae21e263031f17df10f11b0c09e5d021.tar.xz
s1n.pw-admin-86df7c34ae21e263031f17df10f11b0c09e5d021.zip
konami redirects to root
Diffstat (limited to 'js')
-rw-r--r--js/redirect-to-mobile.js4
1 files changed, 0 insertions, 4 deletions
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/';
-}