summaryrefslogtreecommitdiff
path: root/mobile/js/app.js
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-07 22:07:19 -0700
committers1nical <[email protected]>2019-08-07 22:07:19 -0700
commita525d1520147fffea52619d55fa5bbe6a9b3575f (patch)
tree93eab301ac464ae7e127befad4f86261c26fe509 /mobile/js/app.js
parentadd mobile to desktop switch (diff)
downloads1n.pw-admin-a525d1520147fffea52619d55fa5bbe6a9b3575f.tar.xz
s1n.pw-admin-a525d1520147fffea52619d55fa5bbe6a9b3575f.zip
Update app.js
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