Skip to content
Snippets Groups Projects
Commit 7919085d authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: ajout vérification sur la fonction loadXMLDoc

parent 689ff53b
Branches
Tags
No related merge requests found
......@@ -262,7 +262,6 @@ function loadXMLDoc(url,readyStateFunction,async)
if (req.overrideMimeType) {
req.overrideMimeType('text/xml');
}
req.onreadystatechange = readyStateFunction;
req.open("GET", url, async);
req.send(null);
// branch for IE/Windows ActiveX version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment