Start of unification of comment and activity streams.

This commit is contained in:
2016-11-02 15:41:07 +01:00
parent 2afb41d00f
commit 733d213ea4
6 changed files with 69 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ script.
});
loadActivities("{{ url_for('.activities', project_url=project.url, shot_id=shot['_id']) }}"); // from 10_tasks.js
loadComments("{{ url_for('nodes.comments_for_node', node_id=shot['_id']) }}");
loadComments("{{ url_for('nodes.commentform_for_node', node_id=shot['_id']) }}");
$('.js-help').openModalUrl('Help', "{{ url_for('attract.help', project_url=project.url) }}");