aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorPjotr Prins2020-07-19 12:49:43 +0100
committerPjotr Prins2020-07-19 12:49:43 +0100
commitd41ecc84e61048449538fbaabc1a777d95f42618 (patch)
tree187faf9cbe7a9edd8cf8d85c564d22757fda4efc /bh20simplewebuploader/static
parent20cbfb593e89b07d68e6c16106a24e79cea61329 (diff)
downloadbh20-seq-resource-d41ecc84e61048449538fbaabc1a777d95f42618.tar.gz
bh20-seq-resource-d41ecc84e61048449538fbaabc1a777d95f42618.tar.lz
bh20-seq-resource-d41ecc84e61048449538fbaabc1a777d95f42618.zip
EBI form filling
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.js2
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>';