You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/02/23 14:26:37 UTC

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

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');
         }
       }