mirror of
https://github.com/discourse/discourse.git
synced 2025-03-30 14:15:39 +08:00
hide-modal-trigger
is a component, not a view
This commit is contained in:
parent
7cfda43ae3
commit
4e82e3ac75
@ -1,4 +1,4 @@
|
||||
export default Ember.View.extend({
|
||||
export default Ember.Component.extend({
|
||||
didInsertElement() {
|
||||
this._super();
|
||||
$('#discourse-modal').modal('hide');
|
||||
|
Loading…
x
Reference in New Issue
Block a user