mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge branch '3.1' into 3.2
This commit is contained in:
commit
6ee3e458b6
@ -176,7 +176,7 @@ jQuery.noConflict();
|
||||
var msg = (xhr.getResponseHeader('X-Status')) ? xhr.getResponseHeader('X-Status') : xhr.statusText,
|
||||
reathenticate = xhr.getResponseHeader('X-Reauthenticate'),
|
||||
msgType = (xhr.status < 200 || xhr.status > 399) ? 'bad' : 'good',
|
||||
ignoredMessages = ['OK', 'success'];
|
||||
ignoredMessages = ['OK', 'success', 'HTTP/2.0 200'];
|
||||
|
||||
// Enable reauthenticate dialog if requested
|
||||
if(reathenticate) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user