2
0
forked from Wavyzz/dolibarr

Removed blink on minth change on popup calendar

This commit is contained in:
Laurent Destailleur
2010-08-27 22:07:10 +00:00
parent 9eccb08b9d
commit b4024992a8

View File

@@ -171,7 +171,7 @@ function resetDP(base,dateFieldID,format)
function loadMonth(base,month,year,ymd)
{
showDP.box.innerHTML="Loading...";
/*showDP.box.innerHTML="Loading...";*/
var theURL=base+"datepicker.php?cm=shw";
theURL+="&m="+encodeURIComponent(month);
theURL+="&y="+encodeURIComponent(year);