mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Remove clickable class from not clickable elements
This commit is contained in:
parent
067318bb89
commit
d875623a8c
@ -21,7 +21,7 @@ ResourceLists.CorpusTextInfoList = class CorpusTextInfoList extends ResourceList
|
||||
get item() {
|
||||
return (values) => {
|
||||
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="num_tokens"></span></td>
|
||||
<td><span class="num_sentences"></span></td>
|
||||
|
Loading…
Reference in New Issue
Block a user