diff options
| author | s1nical <[email protected]> | 2019-08-11 01:15:32 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-11 01:15:32 -0700 |
| commit | 3275bc90c995568b7be72c10a2795b808ac6c92b (patch) | |
| tree | baa779da650e2063b99f251cee8680ab2b441132 /404/js/main.js | |
| parent | fixed favicon issue (diff) | |
| download | s1n.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/main.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 |