You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/02/17 00:30:04 UTC

svn commit: r378395 - /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js

Author: mmarinschek
Date: Thu Feb 16 15:30:00 2006
New Revision: 378395

URL: http://svn.apache.org/viewcvs?rev=378395&view=rev
Log:
fixed problem with onchange in IE

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js?rev=378395&r1=378394&r2=378395&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/calendar/resource/popcalendar.js Thu Feb 16 15:30:00 2006
@@ -477,7 +477,7 @@
         var onchange=this.ctlToPlaceValue.getAttribute("onchange");
         if(onchange)
         {
-            eval(onchange);
+            this.ctlToPlaceValue.onchange();
         }
     }
     else