From 56b5c444fd10cc569c4c0d7b76d034799ce679f9 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 21 Jul 2020 09:28:43 +0100 Subject: Working on search --- bh20simplewebuploader/static/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bh20simplewebuploader/static/main.js') diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js index a12311e..c0bc23f 100644 --- a/bh20simplewebuploader/static/main.js +++ b/bh20simplewebuploader/static/main.js @@ -19,11 +19,11 @@ function toDIVTable(rows) { html = '
'; rows.forEach(row => { id = row['id']; - seq = row['seq']; info = row['info']; html += '
'; html += cell(''+id+''); - html += cell('FASTA'); + html += cell('Collection'); + html += cell('FASTA'); html += cell('EBI/ENA export XML'); html += '
'; }); -- cgit v1.2.3