From b4024992a865030b666e087fd17aa000a2bd774b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Aug 2010 22:07:10 +0000 Subject: [PATCH] Removed blink on minth change on popup calendar --- htdocs/lib/lib_head.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/lib_head.js b/htdocs/lib/lib_head.js index b60579b791c..a10241d9f42 100644 --- a/htdocs/lib/lib_head.js +++ b/htdocs/lib/lib_head.js @@ -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);