Skip to content

Commit

Permalink
Update bootstrap-confirmation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tavicu committed Feb 12, 2015
1 parent 40991b4 commit 05c0805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap-confirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
template : '<div class="popover"><div class="arrow"></div>'
+ '<h3 class="popover-title"></h3>'
+ '<div class="popover-content">'
+ '<a data-apply="confirmation" onclick="return false;">Yes</a>'
+ ' <a data-dismiss="confirmation" onclick="return false;">No</a>'
+ '<a data-apply="confirmation">Yes</a>'
+ '<a data-dismiss="confirmation">No</a>'
+ '</div>'
+ '</div>'
});
Expand Down

0 comments on commit 05c0805

Please sign in to comment.