mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05:00
Remove commented out line
This commit is contained in:
@@ -49,7 +49,6 @@ export default Ember.Component.extend({
|
||||
|
||||
const topic = this.get('topics').findProperty('id', parseInt(topicId));
|
||||
this.sendAction('postsAction', {topic, position: target.offset()});
|
||||
// this.container.lookup('controller:application').send("showTopicEntrance", {topic, position: target.offset()});
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user