From c7af0aea3e0f2db463a6e6e67687d30f1dee1eca Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Thu, 13 Aug 2020 16:31:40 +0100 Subject: [PATCH] Remove ajax timeout from contribution page on behalf of --- templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl | 1 - 1 file changed, 1 deletion(-) 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')) { -- 2.25.1