Removed blink on minth change on popup calendar
This commit is contained in:
parent
9eccb08b9d
commit
b4024992a8
@ -171,7 +171,7 @@ function resetDP(base,dateFieldID,format)
|
|||||||
|
|
||||||
function loadMonth(base,month,year,ymd)
|
function loadMonth(base,month,year,ymd)
|
||||||
{
|
{
|
||||||
showDP.box.innerHTML="Loading...";
|
/*showDP.box.innerHTML="Loading...";*/
|
||||||
var theURL=base+"datepicker.php?cm=shw";
|
var theURL=base+"datepicker.php?cm=shw";
|
||||||
theURL+="&m="+encodeURIComponent(month);
|
theURL+="&m="+encodeURIComponent(month);
|
||||||
theURL+="&y="+encodeURIComponent(year);
|
theURL+="&y="+encodeURIComponent(year);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user