diff options
| author | s1nical <[email protected]> | 2019-08-07 22:07:19 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-07 22:07:19 -0700 |
| commit | a525d1520147fffea52619d55fa5bbe6a9b3575f (patch) | |
| tree | 93eab301ac464ae7e127befad4f86261c26fe509 /mobile/js | |
| parent | add mobile to desktop switch (diff) | |
| download | s1n.pw-admin-a525d1520147fffea52619d55fa5bbe6a9b3575f.tar.xz s1n.pw-admin-a525d1520147fffea52619d55fa5bbe6a9b3575f.zip | |
Update app.js
Diffstat (limited to 'mobile/js')
| -rw-r--r-- | mobile/js/app.js | 5 |
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 |