diff options
author | Pjotr Prins | 2020-05-15 10:00:26 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-15 10:00:26 -0500 |
commit | dee0caa3162420a67b39db92f81f762048cb7ad0 (patch) | |
tree | dedde9433ff5b80135d4cf37cd182cc7ef15d1c4 /bh20simplewebuploader/templates | |
parent | b2d1de098117944531896297c16cc9365204fb54 (diff) | |
download | bh20-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')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 2 |
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> |