diff options
| author | s1nical <[email protected]> | 2019-08-13 16:48:19 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-13 16:48:19 -0700 |
| commit | 6dda54ddc87d0bee2acec67a4fe61f0906a27eb1 (patch) | |
| tree | d7390380caa24177970ccee989c6bc94fad3a29d /directory/js/main.js | |
| parent | fixed dependency issue (diff) | |
| download | s1n.pw-admin-6dda54ddc87d0bee2acec67a4fe61f0906a27eb1.tar.xz s1n.pw-admin-6dda54ddc87d0bee2acec67a4fe61f0906a27eb1.zip | |
formatting fix, loader for directory, console log on load
Diffstat (limited to 'directory/js/main.js')
| -rw-r--r-- | directory/js/main.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/directory/js/main.js b/directory/js/main.js index bccf254..2036068 100644 --- a/directory/js/main.js +++ b/directory/js/main.js @@ -1 +1,5 @@ -console.log("Thanks for using my directory, check out the games!");
\ No newline at end of file +$(document).ready(function () { + $('.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 |