diff --git a/web/app/static/js/nopaque.lists.js b/web/app/static/js/nopaque.lists.js index d7825790..a9d106f8 100644 --- a/web/app/static/js/nopaque.lists.js +++ b/web/app/static/js/nopaque.lists.js @@ -740,8 +740,8 @@ class ResultsList extends List { ); addToSubResultsBtn.innerHTML = 'add'; addToSubResultsBtn.onclick = (event) => {this.addToSubResults(values.index)} - aCellElement.appendChild(addToSubResultsBtn); aCellElement.appendChild(inspectBtn); + aCellElement.appendChild(addToSubResultsBtn); // add text titles at front as first td of one row textTitlesCellElement.innerText = [...textTitles].join(", "); matchRowElement.insertAdjacentHTML("afterbegin", textTitlesCellElement.outerHTML); diff --git a/web/app/templates/corpora/analyse_corpus.html.j2 b/web/app/templates/corpora/analyse_corpus.html.j2 index 4faa86fe..825aaf19 100644 --- a/web/app/templates/corpora/analyse_corpus.html.j2 +++ b/web/app/templates/corpora/analyse_corpus.html.j2 @@ -273,47 +273,33 @@
+ +