mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Remove clickable class from not clickable elements
This commit is contained in:
		@@ -21,7 +21,7 @@ ResourceLists.CorpusTextInfoList = class CorpusTextInfoList extends ResourceList
 | 
				
			|||||||
  get item() {
 | 
					  get item() {
 | 
				
			||||||
    return (values) => {
 | 
					    return (values) => {
 | 
				
			||||||
      return `
 | 
					      return `
 | 
				
			||||||
        <tr class="list-item clickable hoverable">
 | 
					        <tr class="list-item hoverable">
 | 
				
			||||||
          <td><span class="title"></span> (<span class="publishing_year"></span>)</td>
 | 
					          <td><span class="title"></span> (<span class="publishing_year"></span>)</td>
 | 
				
			||||||
          <td><span class="num_tokens"></span></td>
 | 
					          <td><span class="num_tokens"></span></td>
 | 
				
			||||||
          <td><span class="num_sentences"></span></td>
 | 
					          <td><span class="num_sentences"></span></td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user