about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js
index 7084e1f..bf95832 100644
--- a/bh20simplewebuploader/static/main.js
+++ b/bh20simplewebuploader/static/main.js
@@ -18,6 +18,10 @@ let search = () => {
   fetchAPI(scriptRoot + "/api/getDetailsForSeq?seq=" + encodeURIComponent(m));
 }
 
+let fetchCount = () => {
+  fetchAPI("/api/getCount");
+}
+
 let fetchSEQBySpecimen = () => {
   fetchAPI("/api/getSEQCountbySpecimenSource");
 }
@@ -160,7 +164,6 @@ for (let button of document.getElementsByClassName('remove-field')) {
 }
 
 // Change the submit button after hitting
-
 function on_submit_button() {
     var elem = document.getElementById("submit");
     elem.value = "Submitting...";