#651810 follow-up by ksenzee: Improve documentation.

merge-requests/26/head
Angie Byron 2010-01-14 04:06:54 +00:00
parent 9513dd016f
commit 73439f1c1c
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ Drupal.overlay.redirect = function (link) {
link = absolute + 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) { if (location.href == link) {
$(window).trigger('hashchange.overlay-event'); $(window).trigger('hashchange.overlay-event');
} }