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 b5946b6 + 188a9e4 commit e2022aaCopy full SHA for e2022aa
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 || !e.state) {
+ if (initialPop || !e.originalEvent.state) {
52
return;
53
}
54
if (this.cache && state.ui) {
0 commit comments