Author: jleroux
Date: Fri Oct 18 15:25:19 2013
New Revision: 1533500
URL:
http://svn.apache.org/r1533500Log:
"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/release13.07/ (props changed)
ofbiz/branches/release13.07/framework/images/webapp/images/selectall.js
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1506504
Modified: ofbiz/branches/release13.07/framework/images/webapp/images/selectall.js
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/images/webapp/images/selectall.js?rev=1533500&r1=1533499&r2=1533500&view=diff==============================================================================
--- ofbiz/branches/release13.07/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/branches/release13.07/framework/images/webapp/images/selectall.js Fri Oct 18 15:25:19 2013
@@ -347,7 +347,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) {