Loading template/app/view/comments/List.js +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ Ext.define('Docs.view.comments.List', { } Ext.Array.forEach(comments, function(comment) { // add no expanders for deleted comments. if (comment.get("deleted")) { return; } new Docs.view.comments.RepliesExpander({ count: comment.get("replyCount"), target: comment.get("target"), Loading Loading
template/app/view/comments/List.js +5 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,11 @@ Ext.define('Docs.view.comments.List', { } Ext.Array.forEach(comments, function(comment) { // add no expanders for deleted comments. if (comment.get("deleted")) { return; } new Docs.view.comments.RepliesExpander({ count: comment.get("replyCount"), target: comment.get("target"), Loading