Fix last push url in history

Fix issue in history that caused some states to be swallowed by pushUrl, after going back and then trying to update to the previous state.
This commit is contained in:
Matthias Jentsch 2015-07-29 12:34:49 +02:00
parent ecdc03a2d7
commit 84f35bc79a
1 changed files with 3 additions and 1 deletions

View File

@ -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) {