summaryrefslogtreecommitdiff
path: root/js/redirect-to-mobile.js
blob: 08d740b96fb2f77cb694a1587042219bce3057ca (plain) (blame)
1
2
3
4
/ CHECKS IF USER IS ON MOBILE
if (screen.width < 768) {
    location.href = '/';
}