diff options
| -rw-r--r-- | js/app.js | 5 | ||||
| -rw-r--r-- | mobile/js/app.js | 5 |
2 files changed, 0 insertions, 10 deletions
@@ -86,11 +86,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) {
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) { |