summaryrefslogtreecommitdiff
path: root/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 /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 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 9fa9d19..2eb4969 100644
--- a/js/app.js
+++ b/js/app.js
@@ -11,7 +11,7 @@ $(window).on("load", function () {
// CHECKS IF USER IS ON MOBILE
if( screen.width <= 480 ) {
- location.href = './mobile/';
+ location.href = '/mobile';
}
// BACKGROUND SPARKLES