Index: js/greybox.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/greybox/js/greybox.js,v retrieving revision 1.2 diff -u -p -r1.2 greybox.js --- js/greybox.js 4 Dec 2008 11:32:23 -0000 1.2 +++ js/greybox.js 13 Aug 2009 08:38:47 -0000 @@ -71,6 +71,7 @@ function GB_hide() { $("#GB_window").animate({ height: 0, width: 0, opacity: 0 }, 350); $("#GB_overlay").fadeOut(350, function() { $('body').css('overflow', 'auto'); + $('#GB_window').css('display', 'none'); }); }