Skip to content

EasyDialogBox 1.8.0.2

Compare
Choose a tag to compare
@keejelo keejelo released this 22 Aug 14:52
· 203 commits to master since this release
c76d382
  • Made changes in the "show()" function so that if a modal dialog is already displayed (dialog with trans.overlay), then no other dialog can be displayed on top of that.
    An internal variable "_bModalActive" is used to monitor this, and a console debug message is displayed to inform user about this.