Author: jleroux
Date: Tue Feb 23 13:26:37 2010
New Revision: 915332
URL:
http://svn.apache.org/viewvc?rev=915332&view=revLog:
Fix a typo I made in r912587
Modified:
ofbiz/trunk/framework/images/webapp/images/selectall.js
Modified: ofbiz/trunk/framework/images/webapp/images/selectall.js
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/selectall.js?rev=915332&r1=915331&r2=915332&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Tue Feb 23 13:26:37 2010
@@ -500,7 +500,7 @@
groupbody=divs1[j];
}
}
- if(groupbody.style.visible() != expanded) {
+ if(groupbody.style.visible != expanded) {
toggleCollapsiblePanel(links[0], groupbody.id, 'expand', 'collapse');
}
}