mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove debugger
This commit is contained in:
parent
14ec64a36a
commit
ff68666dab
@ -30,7 +30,6 @@ Discourse.ListController = Discourse.Controller.extend({
|
|||||||
@method refresh
|
@method refresh
|
||||||
**/
|
**/
|
||||||
refresh: function() {
|
refresh: function() {
|
||||||
debugger;
|
|
||||||
var listTopicsController = this.get('controllers.listTopics');
|
var listTopicsController = this.get('controllers.listTopics');
|
||||||
listTopicsController.set('model.loaded', false);
|
listTopicsController.set('model.loaded', false);
|
||||||
this.load(this.get('filterMode')).then(function (topicList) {
|
this.load(this.get('filterMode')).then(function (topicList) {
|
||||||
|
Loading…
Reference in New Issue
Block a user