derekovecs: simply join lists of paradigmatic neigbours ico multiple targets
diff --git a/templates/index.html.ep b/templates/index.html.ep
index 32c8a07..981d5a1 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -125,7 +125,7 @@
}
showMap({target: " "+urlParams.get('word')+" ", mergedEnd: <%= $mergedEnd %>, words: nwords, vecs: nvecs, ranks: nranks, marked: nmarked} );
var t = $('#firsttable').DataTable({
- data: paraResults[0],
+ data: [].concat.apply([], paraResults),
"sScrollY": "780px",
"bScrollCollapse": true,
"bPaginate": false,