diff options
Diffstat (limited to '404/js')
| -rw-r--r-- | 404/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/404/js/main.js b/404/js/main.js index 417011a..2f18f0d 100644 --- a/404/js/main.js +++ b/404/js/main.js @@ -7,5 +7,5 @@ $(document).mousemove(function (event) { // CHECKS IF USER IS ON MOBILE
if (screen.width <= 480) {
- location.href = './404/alternate';
+ location.href = '/404/alternate';
}
\ No newline at end of file |