From 16232d48fe3851ccf22ffb72f8604ca3e615b738 Mon Sep 17 00:00:00 2001 From: s1nical Date: Wed, 7 Aug 2019 23:13:48 -0700 Subject: take out unused loader dupes --- js/app.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'js/app.js') 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) { -- cgit v1.2.3