Author: pyaschenko
Date: 2007-07-25 04:54:56 -0400 (Wed, 25 Jul 2007)
New Revision: 1835
Modified:
trunk/sandbox/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
ie fix
Modified:
trunk/sandbox/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
---
trunk/sandbox/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-07-25
02:03:59 UTC (rev 1834)
+++
trunk/sandbox/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-07-25
08:54:56 UTC (rev 1835)
@@ -799,7 +799,7 @@
CalendarView.getControl = function(text, functionName) {
var attr = {
- onclick: (functionName ?
"Richfaces.invokeOnComponent('richfaces:calendar',this,'"+functionName+"');"
: "")+"return false;",
+ onclick: (functionName ?
"Richfaces.invokeOnComponent('richfaces:calendar',this,'"+functionName+"');"
: "")+"return false;"
};
return new E('span',attr,[new T(text)]);
Show replies by date