diff options
| author | s1nical <[email protected]> | 2019-08-07 23:13:48 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-07 23:13:48 -0700 |
| commit | 16232d48fe3851ccf22ffb72f8604ca3e615b738 (patch) | |
| tree | 912c4ab0cd22bbf34e5f7f1e2e87886e6ff22b76 /mobile/js/app.js | |
| parent | take out not working request desktop site code (diff) | |
| download | s1n.pw-admin-16232d48fe3851ccf22ffb72f8604ca3e615b738.tar.xz s1n.pw-admin-16232d48fe3851ccf22ffb72f8604ca3e615b738.zip | |
take out unused loader dupes
Diffstat (limited to 'mobile/js/app.js')
| -rw-r--r-- | mobile/js/app.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile/js/app.js b/mobile/js/app.js index 75106dc..23f4bda 100644 --- a/mobile/js/app.js +++ b/mobile/js/app.js @@ -80,11 +80,6 @@ setTimeout(function () { }); }, 2000); -// LOADER ANIMATION END FOR WINDOW LOAD -$(window).on("load", function () { - $(".loader-wrapper").fadeOut("slow"); -}) - // Honestly I have NO idea what this is but it was in the original site source code so I kept it :) (async () => { if (navigator.webdriver || document.visibilityState === 'prerender' || !location.hostname) { |