mirror of
https://github.com/flarum/core.git
synced 2025-06-24 03:35:01 +02:00
Update ModalManager.js
This commit is contained in:
committed by
Daniël Klabbers
parent
a4910f3d94
commit
6bbd603a41
@ -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