Skip to content

Commit

Permalink
Maybe not.
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceapasoi committed Oct 6, 2010
1 parent c52e3ea commit a5563f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popover.js
Expand Up @@ -100,7 +100,7 @@ $.fn.popover = function(options) {
button.bind('hidePopover', function() {
button.removeClass('popover-on');
floater.removeClass("active");
window.setTimeout(function() { floater.attr("style", ""); }, 200);
floater.attr("style", "");
if ($.isFunction(options.closeEvent)) options.closeEvent();
$.fn.popover.openedPopup = null;
return false;
Expand Down

0 comments on commit a5563f0

Please sign in to comment.