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

Update user page to use ressource lists

parent 279cdb70
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,8 @@
<script>
var corpusList = new CorpusList("corpora", nopaque.foreignCorporaSubscribers);
var jobList = new JobList("jobs", nopaque.foreignJobsSubscribers);
var corpusList = new RessourceList("corpora", nopaque.foreignCorporaSubscribers, RessourceList.dataMapper.corpus);
var jobList = new RessourceList("jobs", nopaque.foreignJobsSubscribers, RessourceList.dataMapper.job);
nopaque.socket.emit("foreign_user_ressources_init", {{ user.id }});
</script>
{% endblock %}
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