diff options
| author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-29 16:35:04 -0600 |
|---|---|---|
| committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2024-03-29 16:35:04 -0600 |
| commit | 5080c566ac31ec622986c04f1812a1e88c88210e (patch) | |
| tree | d8dbaa766ef21b098c5740880facc2989c750295 /static/js/script.js | |
| parent | 7cc13887eae7dd2a61900751e038d273313d077f (diff) | |
| download | hatecomputers.club-5080c566ac31ec622986c04f1812a1e88c88210e.tar.gz hatecomputers.club-5080c566ac31ec622986c04f1812a1e88c88210e.zip | |
guestbook!
Diffstat (limited to 'static/js/script.js')
| -rw-r--r-- | static/js/script.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/js/script.js b/static/js/script.js index 459383e..56233e3 100644 --- a/static/js/script.js +++ b/static/js/script.js @@ -1,2 +1,5 @@ -const scripts = ["/static/js/components/themeSwitcher.js"]; +const scripts = [ + "/static/js/components/themeSwitcher.js", + "/static/js/components/formatDate.js", +]; requirejs(scripts); |
