diff options
| author | s1nical <[email protected]> | 2019-08-27 21:45:13 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-27 21:45:13 -0700 |
| commit | 222de4e91ac1ba9340b50ab299735ff7d88d0e35 (patch) | |
| tree | 0fcfaa7a1264952dc80959489635590fdb9062f2 /konami/js | |
| parent | add about redirect to konami nav bar (diff) | |
| download | s1n.pw-admin-222de4e91ac1ba9340b50ab299735ff7d88d0e35.tar.xz s1n.pw-admin-222de4e91ac1ba9340b50ab299735ff7d88d0e35.zip | |
seperate mobile/desktop redirects
Diffstat (limited to 'konami/js')
| -rw-r--r-- | konami/js/main.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/konami/js/main.js b/konami/js/main.js index 9ffed54..c75bb27 100644 --- a/konami/js/main.js +++ b/konami/js/main.js @@ -19,11 +19,6 @@ function Scroll() { } Scroll(); -// CHECKS IF USER IS ON MOBILE -if (screen.width <= 480) { - location.href = '/mobile'; -} - // KONAMI CODE FOR TOASTY // a key map of allowed keys |