From: Matthew Wire Date: Thu, 13 Aug 2020 15:31:40 +0000 (+0100) Subject: Remove ajax timeout from contribution page on behalf of X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c7af0aea3e0f2db463a6e6e67687d30f1dee1eca;p=civicrm-core.git Remove ajax timeout from contribution page on behalf of --- diff --git a/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl b/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl index 26b67db957..7731d4d3a2 100644 --- a/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl +++ b/templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl @@ -147,7 +147,6 @@ $.ajax({ url : locationUrl, dataType : "json", - timeout : 5000, //Time in milliseconds success : function(data, status) { for (var ele in data) { if ($("#"+ ele).hasClass('crm-chain-select-target')) {