Only load comments on assets or posts

Was trying to load comments on groups, textures, etc.
This commit is contained in:
Pablo Vazquez 2016-11-01 17:17:33 +01:00
parent 656944f1ce
commit c672bc07fe

View File

@ -53,8 +53,10 @@ script(type="text/javascript").
}
}
if (ProjectUtils.nodeType() == 'asset' || ProjectUtils.nodeType() == 'post') {
var commentsUrl = "{{ url_for('nodes.comments_for_node', node_id=node._id) }}";
loadComments(commentsUrl);
}
{% if node.has_method('PUT') %}
$('.project-mode-view').show();