summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
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