svn commit: r1138661 - /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: r1138661 - /ofbiz/trunk/framework/images/webapp/images/selectall.js

jleroux@apache.org
Author: jleroux
Date: Wed Jun 22 22:16:03 2011
New Revision: 1138661

URL: http://svn.apache.org/viewvc?rev=1138661&view=rev
Log:
With Adrian's last changes at r1138575 this is no longer needed

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=1138661&r1=1138660&r2=1138661&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Wed Jun 22 22:16:03 2011
@@ -393,10 +393,6 @@ function ajaxAutoCompleter(areaCsvString
     var areaArray = areaCsvString.replace(/&/g, '&').split(",");
     var numAreas = parseInt(areaArray.length / 3);
     
-    if (typeof(showDescription) == "string") {
-      showDescription = showDescription == "false" ? false : true;
-    }            
-    
     for (var i = 0; i < numAreas * 3; i = i + 3) {
         var url = areaArray[i + 1] + "?" + areaArray[i + 2];
         var div = areaArray[i];