2
0
forked from Wavyzz/dolibarr

Fix: Corrige pb date calendrier non clicable si cal ouvert par doubleclic

This commit is contained in:
Laurent Destailleur
2007-12-21 17:18:32 +00:00
parent 21fe55afee
commit b312f7f79d
3 changed files with 31 additions and 22 deletions

View File

@@ -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;
}