From 2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c Mon Sep 17 00:00:00 2001 From: s1nical Date: Wed, 7 Aug 2019 22:08:36 -0700 Subject: Update app.js --- 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 b867887..55e4952 100644 --- a/mobile/js/app.js +++ b/mobile/js/app.js @@ -10,7 +10,7 @@ if( screen.width > 480 ) { // ALLOWS MOBILR TO UTILIZE "Request Desktop Site" FEATURE function requestDesktopSite() { - location.href = '../index.html' + document.getElementsByTagName('meta')['viewport'].content='width= 1440px;'; } // BACKGROUND SPARKLES -- cgit v1.2.3