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/games/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/games/js')
| -rw-r--r-- | directory/games/js/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/directory/games/js/main.js b/directory/games/js/main.js new file mode 100644 index 0000000..8469316 --- /dev/null +++ b/directory/games/js/main.js @@ -0,0 +1,5 @@ +$(document).ready(function () { + $('.loader-wrapper').fadeOut("slow"); /*FadeOut after page loaded*/ + + console.log("You actually checked it out, enjoy!"); +});
\ No newline at end of file |