summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/app.js b/js/app.js
index a1bf413..2f4d6e0 100644
--- a/js/app.js
+++ b/js/app.js
@@ -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) {