diff options
Diffstat (limited to 'modules/overlay/overlay-parent.js')
-rw-r--r-- | modules/overlay/overlay-parent.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/overlay/overlay-parent.js b/modules/overlay/overlay-parent.js index b0df0890d..02fa8ab51 100644 --- a/modules/overlay/overlay-parent.js +++ b/modules/overlay/overlay-parent.js @@ -465,7 +465,7 @@ Drupal.overlay.bindChild = function (iframeWindow, isClosing) { $tabs.removeAttr('class'); } - // Re-attach the behaviors we lost while copying elements from the iframe + // Re-attach the behaviors we lost while copying elements from the iframe // document to the parent document. Drupal.attachBehaviors(self.$dialogTitlebar); @@ -693,7 +693,7 @@ Drupal.overlay.clickHandler = function (event) { return; } - // Only continue if clicked target (or one of its parents) is a link. + // Only continue if clicked target (or one of its parents) is a link. if (!$target.is('a')) { $target = $target.closest('a'); if (!$target.length) { |