mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
DEV: removes dead code (#8130)
This commit also refactors the new code which did make this dead code
This commit is contained in:
@ -92,14 +92,6 @@ const Discourse = Ember.Application.extend(FocusEvent, {
|
||||
}
|
||||
},
|
||||
|
||||
// The classes of buttons to show on a post
|
||||
@computed
|
||||
postButtons() {
|
||||
return Discourse.SiteSettings.post_menu.split("|").map(function(i) {
|
||||
return i.replace(/\+/, "").capitalize();
|
||||
});
|
||||
},
|
||||
|
||||
updateContextCount(count) {
|
||||
this.set("contextCount", count);
|
||||
},
|
||||
|
Reference in New Issue
Block a user