mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
another bugfix
This commit is contained in:
parent
665ff95015
commit
5f8ac51059
@ -8,7 +8,7 @@
|
||||
</ul>
|
||||
|
||||
{{#if canChangeCategoryNotificationLevel}}
|
||||
{{view Discourse.CategoryNotificationsButton categoryBinding="model" category=category}}
|
||||
{{view Discourse.CategoryNotificationsButton categoryBinding="model" category=category}}
|
||||
{{/if}}
|
||||
|
||||
{{#if canCreateTopic}}
|
||||
|
@ -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
Block a user