svn commit: r1533501 - in /ofbiz/branches/release12.04: ./ 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: r1533501 - in /ofbiz/branches/release12.04: ./ framework/images/webapp/images/selectall.js

jleroux@apache.org
Author: jleroux
Date: Fri Oct 18 15:25:20 2013
New Revision: 1533501

URL: http://svn.apache.org/r1533501
Log:
"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/release12.04/   (props changed)
    ofbiz/branches/release12.04/framework/images/webapp/images/selectall.js

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1506504

Modified: ofbiz/branches/release12.04/framework/images/webapp/images/selectall.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/framework/images/webapp/images/selectall.js?rev=1533501&r1=1533500&r2=1533501&view=diff
==============================================================================
--- ofbiz/branches/release12.04/framework/images/webapp/images/selectall.js (original)
+++ ofbiz/branches/release12.04/framework/images/webapp/images/selectall.js Fri Oct 18 15:25:20 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) {