Author: pyaschenko
Date: 2007-08-06 08:33:05 -0400 (Mon, 06 Aug 2007)
New Revision: 2071
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
fixes
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-08-06
11:03:43 UTC (rev 2070)
+++
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-08-06
12:33:05 UTC (rev 2071)
@@ -1031,7 +1031,8 @@
{
if (!this.selectedDate) return;
this.selectedDate=null;
- this.render();
+ $(this.INPUT_DATE_ID).value="";
+ if (this.params.popup && this.isVisible) this.render();
}
});
Show replies by date