mirror of
https://github.com/discourse/discourse.git
synced 2025-05-01 02:04:40 +08:00
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'),
|
hidden: Em.computed.alias('category.deleted'),
|
||||||
templateName: 'category_notification_dropdown',
|
templateName: 'category_notification_dropdown',
|
||||||
|
|
||||||
init: function() {
|
|
||||||
this._super();
|
|
||||||
this.display();
|
|
||||||
},
|
|
||||||
|
|
||||||
dropDownContent: function() {
|
dropDownContent: function() {
|
||||||
var contents = [];
|
var contents = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user