summaryrefslogtreecommitdiff
path: root/mobile/js
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-07 22:08:36 -0700
committers1nical <[email protected]>2019-08-07 22:08:36 -0700
commit2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c (patch)
tree11dfe37db6c7efc03a826b8cb622365353644917 /mobile/js
parentUpdate app.js (diff)
downloads1n.pw-admin-2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c.tar.xz
s1n.pw-admin-2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c.zip
Update app.js
Diffstat (limited to 'mobile/js')
-rw-r--r--mobile/js/app.js2
1 files changed, 1 insertions, 1 deletions
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