index
:
s1n.pw-admin
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
redirect-to-mobile.js
blob: ac9a41d71ca71be98f25913d3a4e9df4e694e931 (
plain
) (
blame
)
1
2
3
4
// CHECKS IF USER IS ON MOBILE
if
(
screen
.
width
<=
768
)
{
location
.
href
=
'/m/'
;
}