diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/redirect-to-mobile.js | 4 |
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/'; -} |