From 3275bc90c995568b7be72c10a2795b808ac6c92b Mon Sep 17 00:00:00 2001 From: s1nical Date: Sun, 11 Aug 2019 01:15:32 -0700 Subject: replace "./" with absolute paths, added mobile redirects, added path reference --- mobile/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile/js') 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 -- cgit v1.2.3