From 8a058ac45e6ef5a4c7cd7141332b7951bc01f49c Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 5 May 2023 15:58:07 +0100 Subject: Finished search bar, started adding
s for chart content --- static/scripts.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/scripts.js') 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 -- cgit v1.2.3