Skip to content

Commit

Permalink
Merge pull request #184 from equalizedigital/hotfix/mortgages-by-stat…
Browse files Browse the repository at this point in the history
…e-map

Hotfix/mortgages by state map
  • Loading branch information
SteveJonesDev authored Oct 4, 2023
2 parents 70570f3 + 5566c82 commit aad2a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/map-block-functionality.php

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
if ( $('.doctor-mortgages-block-cta').length ) {
$('.doctor-mortgages-block-cta').remove();
}
let button = '<a href="'+response_json.state.link+'" class="doctor-mortgages-block-cta" aria-label="'+response_json.state.name+'">Best Physician Mortgage Loans in'+
let button = '<a href="'+response_json.state.link+'" class="doctor-mortgages-block-cta" aria-label="Best Physician Mortgage Loans in '+response_json.state.name+'">Best Physician Mortgage Loans in'+
' '+response_json.state.abbreviation+
'</a>';
$('.doctor-mortgages-block-results-container').after(button);
Expand Down

0 comments on commit aad2a10

Please sign in to comment.