mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 01:42:33 +01:00
Fix: ajout vrification sur la fonction loadXMLDoc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user