mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 16:48:29 +08:00
removing some unused code
This commit is contained in:
parent
6f8d13d47e
commit
b392143991
|
@ -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 New Issue
Block a user