mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Remove debug messages and more leftovers
This commit is contained in:
parent
dcdb71ac74
commit
fc8517649f
@ -9,6 +9,7 @@ class App {
|
||||
}
|
||||
|
||||
getUser(userId, backrefs=false, relationships=false) {
|
||||
console.log(userId);
|
||||
if (userId in this.data.promises.getUser) {
|
||||
return this.data.promises.getUser[userId];
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ class PublicCorpusFileList extends CorpusFileList {
|
||||
<td><span class="title"></span></td>
|
||||
<td><span class="publishing-year"></span></td>
|
||||
<td class="right-align">
|
||||
<a class="list-action-trigger btn-floating service-color darken waves-effect waves-light" data-list-action="download" data-service="corpus-analysis"><i class="material-icons">file_download</i></a>
|
||||
<a class="list-action-trigger btn-floating service-color darken waves-effect waves-light" data-list-action="view" data-service="corpus-analysis"><i class="material-icons">send</i></a>
|
||||
</td>
|
||||
</tr>
|
||||
`.trim();
|
||||
|
Loading…
Reference in New Issue
Block a user