mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 17:10:41 +00:00
Cosmetics III
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user