diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-05 15:58:07 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-05 15:58:07 +0100 |
commit | 8a058ac45e6ef5a4c7cd7141332b7951bc01f49c (patch) | |
tree | 054ebf8ceb2f5f55cb4617e6a4abded57825d464 /static/scripts.js | |
parent | 5dd5ed8757c36a91e5031a3a55ea8a4291714691 (diff) | |
download | UKGenderPayGap-8a058ac45e6ef5a4c7cd7141332b7951bc01f49c.tar.gz UKGenderPayGap-8a058ac45e6ef5a4c7cd7141332b7951bc01f49c.zip |
Finished search bar, started adding <div>s for chart content
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 |