another bugfix
This commit is contained in:
parent
665ff95015
commit
5f8ac51059
|
@ -12,11 +12,6 @@ Discourse.CategoryNotificationsButton = Discourse.View.extend({
|
|||
hidden: Em.computed.alias('category.deleted'),
|
||||
templateName: 'category_notification_dropdown',
|
||||
|
||||
init: function() {
|
||||
this._super();
|
||||
this.display();
|
||||
},
|
||||
|
||||
dropDownContent: function() {
|
||||
var contents = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue