mirror of
https://github.com/flarum/core.git
synced 2025-07-24 02:01:19 +02:00
Update ModalManager.js
This commit is contained in:
committed by
Daniël Klabbers
parent
90c2e7602b
commit
e7b8c05a77
@@ -54,7 +54,6 @@ export default class ModalManager extends Component {
|
|||||||
m.redraw(true);
|
m.redraw(true);
|
||||||
|
|
||||||
this.$().modal({backdrop: this.component.isDismissible() ? true : 'static'}).modal('show');
|
this.$().modal({backdrop: this.component.isDismissible() ? true : 'static'}).modal('show');
|
||||||
this.onready();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user