Use new event.

This commit is contained in:
Patrick Jentsch 2020-02-17 12:20:09 +01:00
parent 4f5aeed215
commit 50596ff2ae

View File

@ -251,7 +251,7 @@
var informationUpdater = new InformationUpdater({{ job.id }}, false);
{% else %}
var informationUpdater = new InformationUpdater({{ job.id }}, true);
nopaque.socket.emit('subscribe_foreign_user_ressources', {{ job.user_id }});
nopaque.socket.emit('foreign_user_ressources_init', {{ job.user_id }});
{% endif %}
</script>
{% endblock %}