Skip to content

Commit

Permalink
Merge pull request #18140 from mattwire/removetimeoutpermlocation
Browse files Browse the repository at this point in the history
Remove ajax timeout from contribution page on behalf of
  • Loading branch information
colemanw authored Oct 7, 2020
2 parents 3327ea5 + c7af0ae commit b695565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/CRM/Contribute/Form/Contribution/OnBehalfOf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit b695565

Please sign in to comment.