From ff0861f7f324c02672c8140972bd3333a22107bc Mon Sep 17 00:00:00 2001 From: Ravish Nair Date: Wed, 29 May 2013 20:41:52 +0530 Subject: [PATCH] -- CRM-12463 Indentation fix --- templates/CRM/Contribute/Form/SoftCredit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); -- 2.25.1