Skip to content

Commit

Permalink
Merge pull request fancyapps#481 from tamert/patch-2
Browse files Browse the repository at this point in the history
Update source/jquery.fancybox.js
  • Loading branch information
fancyapps committed Jun 12, 2013
2 parents dc3494b + 0d651b2 commit 496a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/jquery.fancybox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@
},

close : function() {
$('.fancybox-overlay').remove();
$('.fancybox-overlay').remove().hide();

W.unbind('resize.overlay');

Expand Down

0 comments on commit 496a396

Please sign in to comment.