Author: jleroux Date: Sat Jan 15 18:00:48 2011 New Revision: 1059382 URL: http://svn.apache.org/viewvc?rev=1059382&view=rev Log: Removes an empty useless function. 1st step for https://issues.apache.org/jira/browse/OFBIZ-1319
I will also see if regrouping all OFBIz js functions loaded in framework commonscreen in a sole file is not interesting. By and large I will follow/adapt advices in http://www.ibm.com/developerworks/web/library/wa-aj-jsajaxperf/index.html 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=1059382&r1=1059381&r2=1059382&view=diff ============================================================================== --- ofbiz/trunk/framework/images/webapp/images/selectall.js (original) +++ ofbiz/trunk/framework/images/webapp/images/selectall.js Sat Jan 15 18:00:48 2011 @@ -751,9 +751,6 @@ function setUserLayoutPreferences(userPr }); } -function toggleLeftColumn(){ -} - function waitSpinnerShow() { jSpinner = jQuery("#wait-spinner"); if (!jSpinner.length) return

