svn commit: r915332 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r915332 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

jleroux@apache.org
Author: jleroux
Date: Tue Feb 23 13:26:37 2010
New Revision: 915332

URL: http://svn.apache.org/viewvc?rev=915332&view=rev
Log:
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');
         }
       }