diff options
Diffstat (limited to 'mobile/js')
| -rw-r--r-- | mobile/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/js/app.js b/mobile/js/app.js index df6b42b..ae22283 100644 --- a/mobile/js/app.js +++ b/mobile/js/app.js @@ -5,7 +5,7 @@ $(window).on("load", function () { // CHECKS IF USER IS ON DESKTOP if( screen.width > 480 ) { - location.href = '../index.html'; + location.href = '/index.html'; } // BACKGROUND SPARKLES |