diff --git a/public/js/icinga/history.js b/public/js/icinga/history.js index a3f45e93d..db83dda87 100644 --- a/public/js/icinga/history.js +++ b/public/js/icinga/history.js @@ -139,8 +139,10 @@ icinga.logger.debug('History state', event.originalEvent.state); } - self.applyLocationBar(); + // keep the last pushed url in sync with history changes + self.lastPushUrl = location.href; + self.applyLocationBar(); }, applyLocationBar: function (onload) {