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
I guess, a mailing list would have been a better choice for this. But I could not find one.
pjax calls pushState when readyState > 0 (refer line numbers 350-356). Should the state be not updated only when the request has been successful (some where around line 320)?
What is the thought/convention behind calling pushState the way it is being done?