Author: apatel
Date: Thu May 22 21:19:01 2008
New Revision: 659412
URL:
http://svn.apache.org/viewvc?rev=659412&view=revLog:
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() {