From 73439f1c1ce2f6d7be4f3510194a55b3cce021b5 Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Thu, 14 Jan 2010 04:06:54 +0000 Subject: [PATCH] #651810 follow-up by ksenzee: Improve documentation. --- modules/overlay/overlay-parent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/overlay/overlay-parent.js b/modules/overlay/overlay-parent.js index 43ab8f7f422a..f4d92cd42b8d 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'); } -- GitLab