summaryrefslogtreecommitdiff
path: root/404/js/redirect-to-mobile.js
diff options
context:
space:
mode:
Diffstat (limited to '404/js/redirect-to-mobile.js')
-rw-r--r--404/js/redirect-to-mobile.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/404/js/redirect-to-mobile.js b/404/js/redirect-to-mobile.js
deleted file mode 100644
index 234e420..0000000
--- a/404/js/redirect-to-mobile.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// CHECKS IF USER IS ON MOBILE
-if (screen.width <= 699) {
- location.href = '/404/m/';
-} \ No newline at end of file