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/js/main.js | |
| 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/js/main.js')
| -rw-r--r-- | directory/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/directory/js/main.js b/directory/js/main.js index 2036068..c2c904f 100644 --- a/directory/js/main.js +++ b/directory/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("Thanks for using my directory, check out the games!"); });
\ No newline at end of file |