You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If there is no state, and the history stack length is one were// probably getting the page load popstate fired by browsers like chrome// avoid it and set the one time flag to falseif(!event.originalEvent.state&&<<<<UncaughtTypeError: Cannotreadproperty'state'ofundefinedthis.history.stack.length===1&&this.ignoreInitialHashChange){this.ignoreInitialHashChange=false;return;}
The text was updated successfully, but these errors were encountered:
There seems to be a conflict between jquery.address at line 207 and jquery.mobile-1.3.0 at 2559.
jquery.address:206
jquery.mobile:2556
The text was updated successfully, but these errors were encountered: