Author: pyaschenko
Date: 2007-08-31 08:58:25 -0400 (Fri, 31 Aug 2007)
New Revision: 2653
Modified:
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
Log:
small additional fix (RF-788)
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-31
12:51:47 UTC (rev 2652)
+++
trunk/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2007-08-31
12:58:25 UTC (rev 2653)
@@ -1241,9 +1241,9 @@
if (!this.selectedDate) return;
this.selectedDate=null;
this.render();
- if (this.params.popup) Richfaces.createEvent ('click',
window.document).fire();
-
$(this.INPUT_DATE_ID).value="";
+
+ if (this.params.popup) this.doCollapse();
}
});
Show replies by date