Pushing the old modals behind the new modals
This commit is contained in:
parent
81a1380d37
commit
031759cebd
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ export class Modal {
|
|||
_global_modal_last = this.htmlTag[0];
|
||||
|
||||
this.shown = true;
|
||||
this.htmlTag.appendTo($("body"));
|
||||
this.htmlTag.prependTo($("body"));
|
||||
|
||||
_global_modal_count++;
|
||||
this.htmlTag.show();
|
||||
|
|
Loading…
Add table
Reference in a new issue