mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #531 from kubabrecka/unused_code
removing some unused code
This commit is contained in:
@@ -55,10 +55,6 @@ Discourse.ListTopicsController = Discourse.ObjectController.extend({
|
|||||||
this.get('controllers.list').createTopic();
|
this.get('controllers.list').createTopic();
|
||||||
},
|
},
|
||||||
|
|
||||||
observer: (function() {
|
|
||||||
return this.set('filterMode', this.get('controllser.list.filterMode'));
|
|
||||||
}).observes('controller.list.filterMode'),
|
|
||||||
|
|
||||||
// Show newly inserted topics
|
// Show newly inserted topics
|
||||||
showInserted: function(e) {
|
showInserted: function(e) {
|
||||||
// Move inserted into topics
|
// Move inserted into topics
|
||||||
|
|||||||
Reference in New Issue
Block a user