Skip to content

Commit

Permalink
lecar-red#49 Fix the error of reopen popup when click close button
Browse files Browse the repository at this point in the history
  • Loading branch information
qinfanpeng committed Jul 6, 2015
1 parent 0d1186b commit 575fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrapx-clickover.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

// if element has close button then make that work, like to
// add option close_selector
this.tip().on('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));
this.tip().one('click', '[data-dismiss="clickover"]', $.proxy(this.clickery, this));

// trigger timeout hide
if ( this.options.auto_close && this.options.auto_close > 0 ) {
Expand Down

0 comments on commit 575fa66

Please sign in to comment.