Skip to content
Snippets Groups Projects
Commit d875623a authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove clickable class from not clickable elements

parent 067318bb
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ResourceLists.CorpusTextInfoList = class CorpusTextInfoList extends ResourceList ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment