diff options
author | Pjotr Prins | 2020-07-19 12:49:43 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-19 12:49:43 +0100 |
commit | d41ecc84e61048449538fbaabc1a777d95f42618 (patch) | |
tree | 187faf9cbe7a9edd8cf8d85c564d22757fda4efc /bh20simplewebuploader/static/main.js | |
parent | 20cbfb593e89b07d68e6c16106a24e79cea61329 (diff) | |
download | bh20-seq-resource-d41ecc84e61048449538fbaabc1a777d95f42618.tar.gz bh20-seq-resource-d41ecc84e61048449538fbaabc1a777d95f42618.tar.lz bh20-seq-resource-d41ecc84e61048449538fbaabc1a777d95f42618.zip |
EBI form filling
Diffstat (limited to 'bh20simplewebuploader/static/main.js')
-rw-r--r-- | bh20simplewebuploader/static/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index deda6ec..a12311e 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -24,7 +24,7 @@ function toDIVTable(rows) { html += '<div class="rTableRow">'; html += cell('<a href="'+info+'">'+id+'</a>'); html += cell('<a href="'+seq+'">FASTA</a>'); - html += cell('<a href="/api/ebi-sample.xml?id='+id+'">EBI/ENA export XML</a>'); + html += cell('<a href="/api/ebi/sample-'+id+'.xml">EBI/ENA export XML</a>'); html += '</div>'; }); html += '</div>'; |