Index: modules/overlay/overlay-parent.js =================================================================== RCS file: /cvs/drupal/drupal/modules/overlay/overlay-parent.js,v retrieving revision 1.39 diff -u -p -r1.39 overlay-parent.js --- modules/overlay/overlay-parent.js 27 Apr 2010 10:48:24 -0000 1.39 +++ modules/overlay/overlay-parent.js 29 Apr 2010 03:33:26 -0000 @@ -335,7 +335,7 @@ Drupal.overlay.load = function (url) { // class is being used to hide the iframe while loading. // See overlay-parent.css .overlay-loaded #overlay-element. self.$dialog.removeClass('overlay-loaded'); - self.$iframe + self.$iframe.once('overlay-event-load') .bind('load.overlay-event', function () { self.isLoading = false;