summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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