mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user