summaryrefslogtreecommitdiff
path: root/directory/js
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-13 16:48:19 -0700
committers1nical <[email protected]>2019-08-13 16:48:19 -0700
commit6dda54ddc87d0bee2acec67a4fe61f0906a27eb1 (patch)
treed7390380caa24177970ccee989c6bc94fad3a29d /directory/js
parentfixed dependency issue (diff)
downloads1n.pw-admin-6dda54ddc87d0bee2acec67a4fe61f0906a27eb1.tar.xz
s1n.pw-admin-6dda54ddc87d0bee2acec67a4fe61f0906a27eb1.zip
formatting fix, loader for directory, console log on load
Diffstat (limited to 'directory/js')
-rw-r--r--directory/js/main.js6
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