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);