Skip to content

Commit

Permalink
COMCL-674: Fix new contribution page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Aug 2, 2024
1 parent 59b9ab2 commit d3b6056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/contribution-entityref-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const entityRefCustomFields = Object.values(CRM.vars.civicase.entityRefCustomFields ?? {});

/* eslint-disable no-undef */
waitForElement($, '#customData', function ($, elem) {
waitForElement($, '#customData_Contribution', function ($, elem) {
entityRefCustomFields.forEach(field => {
$(`[name^=${field.name}_]`)
.attr('placeholder', field.placeholder)
Expand Down

0 comments on commit d3b6056

Please sign in to comment.