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

Defines the regexp variable #22

Closed codextremist closed 9 years ago

codextremist commented 9 years ago

Bug: The regexp variable is never defined, causing the modal to not be executed! That means that caseinsensitive validation and validation with regex would never work. Just tested that this works with the following:

vjt commented 9 years ago

Whoops! Thanks :smile: :beers: