diff options
Diffstat (limited to 'static/scripts.js')
-rw-r--r-- | static/scripts.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/scripts.js b/static/scripts.js index c6c3320..dc43112 100644 --- a/static/scripts.js +++ b/static/scripts.js @@ -1 +1,3 @@ -console.log("foo!")
\ No newline at end of file +$(document).ready(function() { + console.log("ready!") +});
\ No newline at end of file |