forked from Wavyzz/dolibarr
Fix: Corrige pb date calendrier non clicable si cal ouvert par doubleclic
This commit is contained in:
@@ -146,7 +146,8 @@ function loadMonth(base,month,year,ymd)
|
||||
theURL+="&sd="+ymd;
|
||||
}
|
||||
|
||||
loadXMLDoc(theURL,alertContents,false);
|
||||
// loadXMLDoc(theURL,alertContents,false); Cree erreur javascript avec IE
|
||||
loadXMLDoc(theURL,null,false);
|
||||
showDP.box.innerHTML=req.responseText;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user