Loading template/app/Comments.js +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ Ext.define('Docs.Comments', { * @inheritdoc Docs.CommentCounts#get */ getCount: function(target) { return this.counts.get(target); return this.enabled ? this.counts.get(target) : 0; }, /** Loading Loading
template/app/Comments.js +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ Ext.define('Docs.Comments', { * @inheritdoc Docs.CommentCounts#get */ getCount: function(target) { return this.counts.get(target); return this.enabled ? this.counts.get(target) : 0; }, /** Loading