IfnotFr / PopConfirm

A simple action confirmation plugin for jQuery based on Twitter Bootstrap Popover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slight modification because my click event delete the popConfirm tag

Basdub opened this issue · comments

I moved line 148 that close the popover to the beginning of the confirm click around line 137

I also added ,[eventToConfirm] to the arrayActions[i].apply(self) to receive the event has expected from my button click event.

You can close as soon as you read it. Regards

Hi, thanks, will take a look when i have time :)