Author: nbelaevski
Date: 2008-10-22 21:45:57 -0400 (Wed, 22 Oct 2008)
New Revision: 10874
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
https://jira.jboss.org/jira/browse/RF-4715
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 2008-10-22
18:07:39 UTC (rev 10873)
+++
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2008-10-23
01:45:57 UTC (rev 10874)
@@ -2138,7 +2138,7 @@
CalendarView = {};
CalendarView.getControl = function(text, attributes, functionName, paramsStr) {
var attr = Object.extend({
- onclick: (functionName ?
"Richfaces.getComponent('calendar',this)."+functionName+"("+(paramsStr
? paramsStr : "")+");" : "")+"return true;",
+ onclick: (functionName ?
"Richfaces.getComponent('calendar',this)."+functionName+"("+(paramsStr
? paramsStr : "")+");" : "")+"return true;"
}, attributes);
return new E('div',attr,[new T(text)]);
};