From 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 28 Mar 2020 10:31:08 -0700 Subject: 3/28/2020, 10:30 --- directory/js/main.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 directory/js/main.js (limited to 'directory/js/main.js') diff --git a/directory/js/main.js b/directory/js/main.js new file mode 100644 index 0000000..c2c904f --- /dev/null +++ b/directory/js/main.js @@ -0,0 +1,5 @@ +$(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 -- cgit v1.2.3