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
/
404
/
js
/
redirect-to-mobile.js
blob: 234e42074ed55dd8361c2e48bd6add6c3a7f6f58 (
plain
) (
blame
)
1
2
3
4
// CHECKS IF USER IS ON MOBILE
if
(
screen
.
width
<=
699
)
{
location
.
href
=
'/404/m/'
;
}