Author: pyaschenko
Date: 2007-11-29 05:40:41 -0500 (Thu, 29 Nov 2007)
New Revision: 4342
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
syntax error in IE fix
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
---
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-11-29
08:09:23 UTC (rev 4341)
+++
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-11-29
10:40:41 UTC (rev 4342)
@@ -1798,7 +1798,7 @@
[
new E('td',{'class': 'rich-calendar-toolfooter',
'style':function(context){return (this.isEmpty ? 'display:none;' :
'');}},
[
- new ET(function (context) { return
Richfaces.evalMacro("selectedDateControl", context)}),
+ new ET(function (context) { return
Richfaces.evalMacro("selectedDateControl", context)})
]),
new E('td',{'class': 'rich-calendar-toolfooter',
'style':function(context){return (this.isEmpty ? 'display:none;' :
'');}},
[
Show replies by date