ifad / data-confirm-modal

Makes Rails' link_to confirm: 'foo' build a Bootstrap Modal instead of calling the browser's confirm() API.
MIT License
271 stars 115 forks source link

Changes the position of the modalClass #45

Closed 6temes closed 8 years ago

6temes commented 8 years ago

Prevents the modalClass to sit between fade and in classes.

lucaspiller commented 8 years ago

Thanks! Fixes #44.