diff options
Diffstat (limited to 'js')
| -rw-r--r-- | js/redirect-to-mobile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/redirect-to-mobile.js b/js/redirect-to-mobile.js index 08d740b..cae39a9 100644 --- a/js/redirect-to-mobile.js +++ b/js/redirect-to-mobile.js @@ -1,4 +1,4 @@ -/ CHECKS IF USER IS ON MOBILE +// CHECKS IF USER IS ON MOBILE if (screen.width < 768) { location.href = '/'; } |