Skip to content

Commit

Permalink
Remove event handler for close button on hide
Browse files Browse the repository at this point in the history
  • Loading branch information
noniq committed May 15, 2013
1 parent 0d1186b commit 6e72046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/bootstrapx-clickover.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
this.$element.removeAttr('data-clickover-open');

this.options.esc_close && $(document).unbind('keyup.clickery');
this.tip().off('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));

$('body').off( this.attr.click_event_ns );

Expand Down

0 comments on commit 6e72046

Please sign in to comment.