Only load comments on assets or posts
Was trying to load comments on groups, textures, etc.
This commit is contained in:
parent
656944f1ce
commit
c672bc07fe
@ -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) }}";
|
var commentsUrl = "{{ url_for('nodes.comments_for_node', node_id=node._id) }}";
|
||||||
loadComments(commentsUrl);
|
loadComments(commentsUrl);
|
||||||
|
}
|
||||||
|
|
||||||
{% if node.has_method('PUT') %}
|
{% if node.has_method('PUT') %}
|
||||||
$('.project-mode-view').show();
|
$('.project-mode-view').show();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user