From b24ec986f8fcba89e487631c4ca9ded24636c42f Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Sat, 16 Jun 2018 14:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=B7=A5=E4=BD=9C=E6=97=A5?= =?UTF-8?q?=E5=8E=86=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/AppMain/MyCalendar.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{