index
:
cyne.cf-backup
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
space-invaders
/
js
/
mobile.js
blob: 58070297c35c2c77d5fa6d75686cad91dfa9290f (
plain
) (
blame
)
1
2
3
4
// CHECKS IF USER IS ON MOBILE
if
(
screen
.
width
<=
480
)
{
location
.
href
=
'/mobile'
;
}