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.
1 parent 9930024 commit b92f80eCopy full SHA for b92f80e
jquery.pjax.js
@@ -403,7 +403,7 @@ function onPjaxPopstate(event) {
403
404
// If popping back to the same state, just skip.
405
// Could be clicking back from hashchange rather than a pushState.
406
- if (pjax.state.id === state.id) return
+ if (pjax.state && pjax.state.id === state.id) return
407
408
var container = $(state.container)
409
if (container.length) {
0 commit comments