Skip to content
Extraits de code Groupes Projets
Valider f8d762c0 rédigé par renato's avatar renato
Parcourir les fichiers
last commit did not contain it
parent 5d87ecff
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -1701,7 +1701,10 @@ jQuery.extend({
// Make sure that the request was successful or notmodified
if ( status != "error" ) {
// Cache Last-Modified header, if ifModified mode.
var modRes = xml.getResponseHeader("Last-Modified");
var modRes;
try {
modRes = xml.getResponseHeader("Last-Modified");
} catch(e) {}
if ( ifModified && modRes ) jQuery.lastModified[url] = modRes;
// If a local callback was specified, fire it
......
Ce diff est replié.
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter