Author: pyaschenko
Date: 2010-10-14 10:13:32 -0400 (Thu, 14 Oct 2010)
New Revision: 19570
Modified:
sandbox/trunk/prototypes/calendar/calendar.js
Log:
https://jira.jboss.org/browse/RF-9152
https://jira.jboss.org/browse/RF-9168
small fix
Modified: sandbox/trunk/prototypes/calendar/calendar.js
===================================================================
--- sandbox/trunk/prototypes/calendar/calendar.js 2010-10-14 12:50:30 UTC (rev 19569)
+++ sandbox/trunk/prototypes/calendar/calendar.js 2010-10-14 14:13:32 UTC (rev 19570)
@@ -1133,8 +1133,7 @@
{
if (element_id)
{
- var e = $(rf.getDomElement(element_id)).stop(true, true);;
- e.css('backgroundColor', '');
+ var e = $(rf.getDomElement(element_id)).stop(true, true);
if (className) e.removeClass(className);
if (className1) e.addClass(className1);
}