saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Close:false not working #66

Open dsRonald opened 7 years ago

dsRonald commented 7 years ago

Hi, I have this: buttons: [ { text: 'close', close: true, style: 'default pull-left hidden', id: 'close', click: close}, { text: 'dont close', close: false,style: 'default pull-left hidden', id: 'dontclose', click: dontClose} ],

When I click the "dont close" button, the modal is still being closed, I've tried with backdrop but doesn't work

Thanks