diff options
| author | s1nical <[email protected]> | 2019-08-14 21:01:26 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-14 21:01:26 -0700 |
| commit | e7e7bd82eeae4e8d29704f9ac0052756efe6fab3 (patch) | |
| tree | f2131b43f823a9cdca4728bbfa006b2d587402db /directory/games | |
| parent | add humans.txt and robots.txt, remove unused meta (diff) | |
| download | s1n.pw-admin-e7e7bd82eeae4e8d29704f9ac0052756efe6fab3.tar.xz s1n.pw-admin-e7e7bd82eeae4e8d29704f9ac0052756efe6fab3.zip | |
remvoed directory loader but kept code
Diffstat (limited to 'directory/games')
| -rw-r--r-- | directory/games/index.html | 2 | ||||
| -rw-r--r-- | directory/games/js/main.js | 2 |
2 files changed, 3 insertions, 1 deletions
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 @@ </div> <!-- Loading Animation --> + <!-- <div class="loader-wrapper"> <div class="loader"> <span class="">Label:</span> @@ -86,5 +87,6 @@ <span class="ascii-spinner-4">\</span> </div> </div> + --> </body> </html>
\ 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 |