Skip to content

Commit

Permalink
Merge pull request #15175 from eileenmcnaughton/mini
Browse files Browse the repository at this point in the history
Someimes ya just gotta say enough already
  • Loading branch information
colemanw authored Aug 31, 2019
2 parents d3b7433 + 04d254c commit cd416ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CRM/Contact/Import/Form/MapField.php
Original file line number Diff line number Diff line change
Expand Up @@ -890,9 +890,6 @@ public function loadSavedMapping($processor, $mappingName, $i, $defaults, $js, $

if ($websiteTypeId) {
$defaults["mapper[$i]"] = [$relation, $contactDetails, $websiteTypeId];
if (!$websiteTypeId) {
$js .= "{$formName}['mapper[$i][2]'].style.display = 'none';\n";
}
}
else {

Expand Down

0 comments on commit cd416ca

Please sign in to comment.