Cosmetics III

This commit is contained in:
Stephan Porada
2020-06-26 13:13:18 +02:00
parent 9f341b90b9
commit 5764e918f5
2 changed files with 37 additions and 46 deletions

View File

@ -740,8 +740,8 @@ class ResultsList extends List {
);
addToSubResultsBtn.innerHTML = '<i class="material-icons">add</i>';
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);