diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-14 04:06:54 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-14 04:06:54 +0000 |
commit | 73439f1c1ce2f6d7be4f3510194a55b3cce021b5 (patch) | |
tree | 774f6b8c28fa15d6332cd74b11ffeaa013600fb7 /modules | |
parent | 9513dd016fff172ddb584fbf75eae0018c0412e1 (diff) | |
download | brdo-73439f1c1ce2f6d7be4f3510194a55b3cce021b5.tar.gz brdo-73439f1c1ce2f6d7be4f3510194a55b3cce021b5.tar.bz2 |
#651810 follow-up by ksenzee: Improve documentation.
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'); } |