fail more gracefully on empty TSV file

pull/52/head
Kai 3 years ago
parent c707650bb6
commit 3d85d606fd

@ -48,6 +48,8 @@ function loadFile(evt, onComplete) {
function setupInterface(data, file, urls) {
if (data.data.length <= 0) return null;
// private variables of app
let displayRows=15

Loading…
Cancel
Save