From 3275bc90c995568b7be72c10a2795b808ac6c92b Mon Sep 17 00:00:00 2001 From: s1nical Date: Sun, 11 Aug 2019 01:15:32 -0700 Subject: replace "./" with absolute paths, added mobile redirects, added path reference --- 404/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '404/js') 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 -- cgit v1.2.3