Author: jleroux
Date: Wed Jul 24 11:31:45 2013
New Revision: 1506504
URL:
http://svn.apache.org/r1506504Log:
Rhaaa another typo, better use patches really :/
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=1506504&r1=1506503&r2=1506504&view=diff==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/trunk/framework/images/webapp/images/selectall.js Wed Jul 24 11:31:45 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) {