Loading template/app/controller/Comments.js +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ Ext.define('Docs.controller.Comments', { this.fetchRecentComments(); }, sortOrderChange: function(orderBy) { this.recentCommentsSettings.sortByScore = (orderBy === "recent"); this.recentCommentsSettings.sortByScore = (orderBy === "votes"); this.fetchRecentComments(); } }, Loading Loading
template/app/controller/Comments.js +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ Ext.define('Docs.controller.Comments', { this.fetchRecentComments(); }, sortOrderChange: function(orderBy) { this.recentCommentsSettings.sortByScore = (orderBy === "recent"); this.recentCommentsSettings.sortByScore = (orderBy === "votes"); this.fetchRecentComments(); } }, Loading