summaryrefslogtreecommitdiff
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/';
}