Merge branch '3.2' into 3.3

This commit is contained in:
Loz Calver 2016-07-15 14:33:38 +01:00
commit de61551885
No known key found for this signature in database
GPG Key ID: F91FFC2D7E0CAEDB

View File

@ -179,7 +179,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) {