summaryrefslogtreecommitdiff
path: root/404/js/redirect-to-desktop.js
blob: 566a0c0393d64defb74a5727be03e2ad5375b71d (plain) (blame)
1
2
3
4
// CHECKS IF USER IS ON DESKTOP
if (screen.width > 699) {
    location.href = '/404.html/';
}