diff --git a/admin/salles_live.php b/admin/salles_live.php index 0e21233..7d835d4 100644 --- a/admin/salles_live.php +++ b/admin/salles_live.php @@ -158,7 +158,7 @@ function InfoCouleurs() { }; // fonction d'affichage d'erreur dans la console - var erreurXHR = function(url) { + var erreurXHR = function(url, xhr) { console.log("erreur chargement" + url + " : " + xhr.statusText); }; @@ -253,12 +253,12 @@ function InfoCouleurs() { enroule(enrouleurs); } else { - erreurXHR(url); + erreurXHR(url, xhr); } } }; xhr.onerror = function(e) { - erreurXHR(url); + erreurXHR(url, xhr); }; xhr.send(null); // initie la requĂȘte xhr