diff options
| author | s1n <[email protected]> | 2019-09-24 17:42:47 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-09-24 17:42:47 -0700 |
| commit | cfc5c8b209b5b031adac835597216e2f61f19dd6 (patch) | |
| tree | 324fa3f55c5d3056af4a0b214a7cd00697fb851c /cars | |
| parent | Merge branch 'master' of https://github.com/8cy/about-me (diff) | |
| download | s1n.pw-admin-cfc5c8b209b5b031adac835597216e2f61f19dd6.tar.xz s1n.pw-admin-cfc5c8b209b5b031adac835597216e2f61f19dd6.zip | |
fix redirect to mobile
Diffstat (limited to 'cars')
| -rw-r--r-- | cars/js/main.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cars/js/main.js b/cars/js/main.js index 6e551f2..3a24c8e 100644 --- a/cars/js/main.js +++ b/cars/js/main.js @@ -1,8 +1,3 @@ -// CHECKS IF USER IS ON MOBILE -if (screen.width <= 480) { - location.href = '/mobile'; -} - // rendered-js class Wall { constructor(x, y, w, h, a) { |