-- CRM-12463 Indentation fix
authorRavish Nair <ravish.nair@webaccess.co.in>
Wed, 29 May 2013 15:11:52 +0000 (20:41 +0530)
committerRavish Nair <ravish.nair@webaccess.co.in>
Wed, 29 May 2013 15:11:52 +0000 (20:41 +0530)
templates/CRM/Contribute/Form/SoftCredit.js

index 66d3e32fc78731c857a3ddf40c5135a0371edf20..b3d5ddc51d35331f6453380cb23db95e98197c9c 100644 (file)
@@ -34,7 +34,7 @@ cj(function($) {
         'className=CRM_Contact_Page_AJAX&fnName=getContactList&json=1&context=contact&id=' + $(this).val());
       $.ajax({
         url     : dataUrl,
-       async   : false,
+        async   : false,
         success : function(html){
           htmlText = html.split( '|' , 2);
           $('#soft_credit_contact_' + rowCnt).val(htmlText[0]);