diff --git a/WebContent/AppMain/MyCalendar.jsp b/WebContent/AppMain/MyCalendar.jsp
index a412994e3..f01eb4ef8 100644
--- a/WebContent/AppMain/MyCalendar.jsp
+++ b/WebContent/AppMain/MyCalendar.jsp
@@ -260,7 +260,7 @@ function fDrawCal(iYear, iMonth, iCellWidth, iCellHeight, sDateTextSize, sDateTe
for (var w = 1; w < 7; w++) {
sReturn += ("
");
for (var d = 0; d < 7; d++) {
- tdClickEvent = " onClick=newTask("+myMonth[w][d][0]+","+myMonth[w][d][1]+","+myMonth[w][d][2]+") ";
+// tdClickEvent = " onClick=newTask("+myMonth[w][d][0]+","+myMonth[w][d][1]+","+myMonth[w][d][2]+") ";
if(myMonth[w][d][0] == iYear&&myMonth[w][d][1] == iMonth){
gstype = 'CURSOR:Hand;FONT-FAMILY:Arial;COLOR:#000000;FONT-SIZE:" + sDateTextSize + ";FONT-WEIGHT:" + sDateTextWeight + "';
}else{