From d41ecc84e61048449538fbaabc1a777d95f42618 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 19 Jul 2020 12:49:43 +0100 Subject: EBI form filling --- bh20simplewebuploader/static/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bh20simplewebuploader/static/main.js') 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 += '
'; html += cell(''+id+''); html += cell('FASTA'); - html += cell('EBI/ENA export XML'); + html += cell('EBI/ENA export XML'); html += '
'; }); html += ''; -- cgit v1.2.3