Pushing the old modals behind the new modals

This commit is contained in:
WolverinDEV 2021-04-25 15:39:09 +02:00
parent 81a1380d37
commit 031759cebd

View file

@ -258,7 +258,7 @@ export class Modal {
_global_modal_last = this.htmlTag[0]; _global_modal_last = this.htmlTag[0];
this.shown = true; this.shown = true;
this.htmlTag.appendTo($("body")); this.htmlTag.prependTo($("body"));
_global_modal_count++; _global_modal_count++;
this.htmlTag.show(); this.htmlTag.show();