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
// Prefer X-PJAX-URL header if it was set, otherwise fallback to
// using the original requested url.
var serverUrl = xhr.getResponseHeader('X-PJAX-URL')
obj.url = serverUrl ? stripInternalParams(parseURL(serverUrl)) : options.requestUrl
+ if (!xhr.getResponseHeader('Content-Type').match(/^text\/html/i))
+ return obj;
So I solved it in the same way as above.
The text was updated successfully, but these errors were encountered:
If download a file, pjax will happen.
So I solved it in the same way as above.
The text was updated successfully, but these errors were encountered: