mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-04-05 00:34:24 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
d520184d1d
@ -273,7 +273,7 @@ class ResultsList extends List {
|
|||||||
for (let tokenElement of tokenHTMLArray) {
|
for (let tokenElement of tokenHTMLArray) {
|
||||||
if (tokenElement.dataset.sid == sId) {
|
if (tokenElement.dataset.sid == sId) {
|
||||||
sentenceElement.appendChild(tokenElement);
|
sentenceElement.appendChild(tokenElement);
|
||||||
sentenceElement.insertAdjacentHTML("beforeend", `<span> </span>`);
|
sentenceElement.insertAdjacentHTML("beforeend", ` `);
|
||||||
} else {
|
} else {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@ -255,8 +255,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col s12" >
|
<div class="col s12" >
|
||||||
<h5>Context</h5>
|
<h5>Context</h5>
|
||||||
<div id="context-results" style="hyphens: auto;
|
<div id="context-results">
|
||||||
overflow: auto;">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user