Skip to content

Releases: keejelo/EasyDialogBox

EasyDialogBox 1.735.42

24 Apr 09:07
76bef43
Compare
Choose a tag to compare
  • Updated inner function that creates the dialog close [X] (top right).
    Using HTML entity instead of unicode, maybe avoid the need to specify unicode charset for javascript ?

  • Added a minified version of the sourcefile "easydlg.js" --> "easydlg.min.js" (12 kB)

  • Documentation updated

EasyDialogBox 1.735.37

07 Apr 10:06
6927c93
Compare
Choose a tag to compare
Create easydlg.js

EasyDialogBox 1.735.36

07 Apr 05:39
46927d2
Compare
Choose a tag to compare

Fixed a bug where object did not return its own element.
Should work now.
This line of code was commented out by mistake:
// ** Set reference to object itself
obj.el = document.getElementById(box.id);

EasyDialogBox 1.735.35

06 Apr 15:33
4d84628
Compare
Choose a tag to compare
Update changelog.txt

EasyDialogBox 1.735.34

05 Apr 13:29
8570956
Compare
Choose a tag to compare
Update changelog.txt

EasyDialogBox 1.735.33

05 Apr 12:32
7c9bd59
Compare
Choose a tag to compare

Added two more optional classes:
"dlg-disable-esc" which disables the Esc-key for closing the box.
"dlg-disable-clickout" which disables the ability to click outside the box to close it.
More cleanup.

EasyDialogBox 1.735.32

04 Apr 14:52
a4aca93
Compare
Choose a tag to compare

Minor internal fix.

EasyDialogBox 1.735.31

04 Apr 13:32
21e423c
Compare
Choose a tag to compare
Update easydlg.js

EasyDialogBox 1.735.30

04 Apr 10:18
3ed6aef
Compare
Choose a tag to compare
Update changelog.txt

EasyDialogBox 1.735.27

03 Apr 18:22
6282bcf
Compare
Choose a tag to compare

Cleaned up a little and did some linting.