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
The main jQuery ajax.js grabs a reference to jQuery.parseJSON for the "text json" converter, so by the time we update the reference in Migrate it's too late. We could wrap the jQuery reference in a function to make it happen at call-time, but it seems like it's okay to update the converter via jQuery.ajaxSetup instead.