Start of unification of comment and activity streams.
This commit is contained in:
@@ -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) }}");
|
||||
|
||||
|
Reference in New Issue
Block a user