diff options
| author | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-12 00:22:46 -0700 |
| commit | 78c43c975166476f8e52e3ee521d917c269f6844 (patch) | |
| tree | 22c36c1d43c86f4489becfaabec1cdb15bcd4027 /js/redirect-to-mobile.js | |
| parent | del ghouly (diff) | |
| download | s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.tar.xz s1n.pw-admin-78c43c975166476f8e52e3ee521d917c269f6844.zip | |
new 404 + many optimzations
Diffstat (limited to 'js/redirect-to-mobile.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 599d0b6..9eadbc3 100644 --- a/js/redirect-to-mobile.js +++ b/js/redirect-to-mobile.js @@ -1,4 +1,4 @@ // CHECKS IF USER IS ON MOBILE if (screen.width <= 699) { - location.href = '/mobile'; + location.href = '/m/'; }
\ No newline at end of file |