diff options
Diffstat (limited to 'directory/js/main.js')
| -rw-r--r-- | directory/js/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
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 |