aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/form.html
diff options
context:
space:
mode:
authorPjotr Prins2020-05-15 10:00:26 -0500
committerPjotr Prins2020-05-15 10:00:26 -0500
commitdee0caa3162420a67b39db92f81f762048cb7ad0 (patch)
treededde9433ff5b80135d4cf37cd182cc7ef15d1c4 /bh20simplewebuploader/templates/form.html
parentb2d1de098117944531896297c16cc9365204fb54 (diff)
downloadbh20-seq-resource-dee0caa3162420a67b39db92f81f762048cb7ad0.tar.gz
bh20-seq-resource-dee0caa3162420a67b39db92f81f762048cb7ad0.tar.lz
bh20-seq-resource-dee0caa3162420a67b39db92f81f762048cb7ad0.zip
Change submit button on click
Diffstat (limited to 'bh20simplewebuploader/templates/form.html')
-rw-r--r--bh20simplewebuploader/templates/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html
index f9b1ecf..37a7b72 100644
--- a/bh20simplewebuploader/templates/form.html
+++ b/bh20simplewebuploader/templates/form.html
@@ -165,7 +165,7 @@
</div>
- <input class="submit" type="submit" value="Add to Pangenome">
+ <input class="submit" id="submit" onclick="on_submit_button()" type="submit" value="Add to Pangenome">
</form>
</section>
<br>