diff --git modules/overlay/overlay-parent.js modules/overlay/overlay-parent.js
index be71a28..4fb21f1 100644
--- modules/overlay/overlay-parent.js
+++ 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');
   }
