Author: jleroux
Date: Fri Oct 18 15:25:22 2013
New Revision: 1533502
URL:
http://svn.apache.org/r1533502Log:
"Applied fix from trunk for revision: 1506504"
------------------------------------------------------------------------
r1506504 | jleroux | 2013-07-24 13:31:45 +0200 (mer. 24 juil. 2013) | 1 ligne
Rhaaa another typo, better use patches really :/
------------------------------------------------------------------------
Modified:
ofbiz/branches/release11.04/ (props changed)
ofbiz/branches/release11.04/framework/images/webapp/images/selectall.js
Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1506504
Modified: ofbiz/branches/release11.04/framework/images/webapp/images/selectall.js
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release11.04/framework/images/webapp/images/selectall.js?rev=1533502&r1=1533501&r2=1533502&view=diff==============================================================================
--- ofbiz/branches/release11.04/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/branches/release11.04/framework/images/webapp/images/selectall.js Fri Oct 18 15:25:22 2013
@@ -352,7 +352,7 @@ function submitFormInBackground(form, ar
function ajaxSubmitFormUpdateAreas(form, areaCsvString) {
waitSpinnerShow();
hideErrorContainer = function() {
- Query('#content-messages').html('');
+ jQuery('#content-messages').html('');
jQuery('#content-messages').removeClass('errorMessage').fadeIn('fast');
}
updateFunction = function(data) {