diff options
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 |