diff options
| author | s1nical <[email protected]> | 2019-08-07 22:08:36 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-07 22:08:36 -0700 |
| commit | 2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c (patch) | |
| tree | 11dfe37db6c7efc03a826b8cb622365353644917 /mobile/js | |
| parent | Update app.js (diff) | |
| download | s1n.pw-admin-2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c.tar.xz s1n.pw-admin-2ba24eb3b02cbc0a481ed30300e8e3d27f2c679c.zip | |
Update app.js
Diffstat (limited to 'mobile/js')
| -rw-r--r-- | mobile/js/app.js | 2 |
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 |