You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2008/05/23 06:19:03 UTC

svn commit: r659412 - /ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js

Author: apatel
Date: Thu May 22 21:19:01 2008
New Revision: 659412

URL: http://svn.apache.org/viewvc?rev=659412&view=rev
Log:
Bug fix.

Modified:
    ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js

Modified: ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js?rev=659412&r1=659411&r2=659412&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/prototypejs/controls.js Thu May 22 21:19:01 2008
@@ -223,7 +223,7 @@
   },
   
   getEntry: function(index) {
-    return this.update.firstChild.childNodes[index];
+    return this.update.down().childNodes[index];
   },
   
   getCurrentEntry: function() {