From e7e7bd82eeae4e8d29704f9ac0052756efe6fab3 Mon Sep 17 00:00:00 2001 From: s1nical Date: Wed, 14 Aug 2019 21:01:26 -0700 Subject: remvoed directory loader but kept code --- directory/games/index.html | 2 ++ directory/games/js/main.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'directory/games') diff --git a/directory/games/index.html b/directory/games/index.html index 8168bce..7638b7b 100644 --- a/directory/games/index.html +++ b/directory/games/index.html @@ -77,6 +77,7 @@ + \ No newline at end of file diff --git a/directory/games/js/main.js b/directory/games/js/main.js index 8469316..94f58d0 100644 --- a/directory/games/js/main.js +++ b/directory/games/js/main.js @@ -1,5 +1,5 @@ $(document).ready(function () { - $('.loader-wrapper').fadeOut("slow"); /*FadeOut after page loaded*/ + // $('.loader-wrapper').fadeOut("slow"); /*FadeOut after page loaded*/ console.log("You actually checked it out, enjoy!"); }); \ No newline at end of file -- cgit v1.2.3