mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
removing some unused code
This commit is contained in:
parent
6f8d13d47e
commit
b392143991
1 changed files with 0 additions and 4 deletions
|
@ -55,10 +55,6 @@ Discourse.ListTopicsController = Discourse.ObjectController.extend({
|
|||
this.get('controllers.list').createTopic();
|
||||
},
|
||||
|
||||
observer: (function() {
|
||||
return this.set('filterMode', this.get('controllser.list.filterMode'));
|
||||
}).observes('controller.list.filterMode'),
|
||||
|
||||
// Show newly inserted topics
|
||||
showInserted: function(e) {
|
||||
// Move inserted into topics
|
||||
|
|
Loading…
Reference in a new issue