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-desktop.js
blob: 1530ad1cc4b06763de2fcf067d0e5d8ad61cddbe (
plain
) (
blame
)
1
2
3
4
// CHECKS IF USER IS ON DESKTOP
if
(
screen
.
width
>
699
)
{
location
.
href
=
'/'
;
}