summaryrefslogtreecommitdiff
path: root/404/js
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-11 01:15:32 -0700
committers1nical <[email protected]>2019-08-11 01:15:32 -0700
commit3275bc90c995568b7be72c10a2795b808ac6c92b (patch)
treebaa779da650e2063b99f251cee8680ab2b441132 /404/js
parentfixed favicon issue (diff)
downloads1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.tar.xz
s1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.zip
replace "./" with absolute paths, added mobile redirects, added path reference
Diffstat (limited to '404/js')
-rw-r--r--404/js/main.js2
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