From: Ravish Nair Date: Wed, 29 May 2013 15:11:52 +0000 (+0530) Subject: -- CRM-12463 Indentation fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ff0861f7f324c02672c8140972bd3333a22107bc;p=civicrm-core.git -- CRM-12463 Indentation fix --- diff --git a/templates/CRM/Contribute/Form/SoftCredit.js b/templates/CRM/Contribute/Form/SoftCredit.js index 66d3e32fc7..b3d5ddc51d 100644 --- a/templates/CRM/Contribute/Form/SoftCredit.js +++ b/templates/CRM/Contribute/Form/SoftCredit.js @@ -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]);