From a525d1520147fffea52619d55fa5bbe6a9b3575f Mon Sep 17 00:00:00 2001 From: s1nical Date: Wed, 7 Aug 2019 22:07:19 -0700 Subject: Update app.js --- mobile/js/app.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mobile') diff --git a/mobile/js/app.js b/mobile/js/app.js index 75106dc..b867887 100644 --- a/mobile/js/app.js +++ b/mobile/js/app.js @@ -8,6 +8,11 @@ if( screen.width > 480 ) { location.href = '../index.html'; } +// ALLOWS MOBILR TO UTILIZE "Request Desktop Site" FEATURE +function requestDesktopSite() { + location.href = '../index.html' +} + // BACKGROUND SPARKLES // SCRIPT #1 -- cgit v1.2.3