mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix: ajout vrification sur la fonction loadXMLDoc
This commit is contained in:
parent
689ff53bde
commit
7919085d38
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user