diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/overlay/overlay-parent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/overlay/overlay-parent.js b/modules/overlay/overlay-parent.js index 43ab8f7f4..f4d92cd42 100644 --- a/modules/overlay/overlay-parent.js +++ b/modules/overlay/overlay-parent.js @@ -366,7 +366,7 @@ Drupal.overlay.redirect = function (link) { link = absolute + link; } - // If the link is already open, force the haschange event. + // If the link is already open, force the hashchange event to simulate reload. if (location.href == link) { $(window).trigger('hashchange.overlay-event'); } |