HTMLGuyLLC / jAlert

jQuery alert/modal/lightbox plugin
https://htmlguyllc.github.io/jAlert/
MIT License
76 stars 35 forks source link

closeOnClick is overwriting #17

Closed HTMLGuyLLC closed 9 years ago

HTMLGuyLLC commented 9 years ago

If you open an alert with closeOnClick: false (the default setting), then open another one with closeOnClick: true....both alerts will close when you click twice.

HTMLGuyLLC commented 9 years ago

Fixed in https://github.com/VersatilityWerks/jAlert/commit/dd0c0ea21932fcdc1fee88a6ba1de1dcccee8e39

However, I'm not really happy with the way I ended up doing this, if anyone else has a better idea, I'm all ears!