// of it. So we need to force the app to go to the desired URL.
// Also, IE seems to lose the history stack when clicking on a plain link, so we manually handle internal
// links for all cases (not just the empty history token).
if (manuallyHandleInternalLinks)
{
EventBus.getInstance().notifyObservers(new UpdateRawHistoryEvent(url.substring(1)));
}
}
// not closing dialog, so update UI and local data if item was just read
else if (!item.isRead())
{