We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f606db + 4d31108 commit b5946b6Copy full SHA for b5946b6
client-side/history.ajax.js
@@ -48,7 +48,7 @@ $.nette.ext('history', {
48
var state = e.originalEvent.state || this.initialState;
49
var initialPop = (!this.popped && initialUrl === state.href);
50
this.popped = true;
51
- if (initialPop) {
+ if (initialPop || !e.state) {
52
return;
53
}
54
if (this.cache && state.ui) {
0 commit comments