From ea952f0eb36a96f0c66d321f9d667a526717a88d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 11 Jan 2010 16:49:47 +0000 Subject: #679830 by casey and Kiphaas7: Fixed Regression: Jumping page heights in Overlay. --- modules/overlay/overlay-parent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/overlay/overlay-parent.js b/modules/overlay/overlay-parent.js index 9e63af611..20260c2d1 100644 --- a/modules/overlay/overlay-parent.js +++ b/modules/overlay/overlay-parent.js @@ -568,7 +568,7 @@ Drupal.overlay.isAdminLink = function (url) { Drupal.overlay.innerResize = function () { var self = Drupal.overlay; // Proceed only if the dialog still exists. - if (!(self.isOpen || self.isOpening) || self.isClosing) { + if (!self.isOpen || self.isClosing || self.isLoading) { return; } -- cgit v1.2.3