summaryrefslogtreecommitdiff
path: root/mobile/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/js/app.js')
-rw-r--r--mobile/js/app.js5
1 files changed, 5 insertions, 0 deletions
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