summaryrefslogtreecommitdiff
path: root/cars
diff options
context:
space:
mode:
authors1n <[email protected]>2019-09-24 17:42:47 -0700
committers1n <[email protected]>2019-09-24 17:42:47 -0700
commitcfc5c8b209b5b031adac835597216e2f61f19dd6 (patch)
tree324fa3f55c5d3056af4a0b214a7cd00697fb851c /cars
parentMerge branch 'master' of https://github.com/8cy/about-me (diff)
downloads1n.pw-admin-cfc5c8b209b5b031adac835597216e2f61f19dd6.tar.xz
s1n.pw-admin-cfc5c8b209b5b031adac835597216e2f61f19dd6.zip
fix redirect to mobile
Diffstat (limited to 'cars')
-rw-r--r--cars/js/main.js5
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) {