Skip to content

Commit

Permalink
Update bootstrap-iconpicker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
crlcu committed Oct 16, 2014
1 parent d0f3e2b commit f826c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-iconpicker/js/bootstrap-iconpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@

// ICONPICKER DATA-API
// ===============
$('body').on('click', function (e) {
$(document).on('click', 'body', function (e) {
$('.iconpicker').each(function () {
//the 'is' for buttons that trigger popups
//the 'has' for icons within a button that triggers a popup
Expand Down

0 comments on commit f826c99

Please sign in to comment.