about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-04-28 12:00:35 -0500
committerFrederick Muriuki Muriithi2025-04-28 12:23:22 -0500
commit1695e07c1de3ed806311b3ebc9ed93f8c8833458 (patch)
treec769f9773a28469b6a368c637dad430eb675dac0 /uploader/templates/base.html
parentbe8bd24a8a24e75ac00a362c022836378d9b3c38 (diff)
downloadgn-uploader-1695e07c1de3ed806311b3ebc9ed93f8c8833458.tar.gz
Move generic utility functions to the utils.js file.
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index 570989a..3c0d0d4 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -154,7 +154,7 @@
     <!--
         local dependencies
       -->
-    <script type="text/javascript" src="/static/js/misc.js"></script>
+    <script type="text/javascript" src="/static/js/utils.js"></script>
     <script type="text/javascript" src="/static/js/datatables.js"></script>
     {%block javascript%}{%endblock%}
   </body>