X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FCampaign%2FForm%2FPetition.tpl;h=4dc49dd7a8d15d40e7dc266fd237d3a44d55ec8d;hb=88c6259e813c523210e799e874ece50131ebe6d7;hp=cca8e77cb939d5b08284d0fb7cf57c7eb8ca18d8;hpb=4014394ebf74035cc7cc8bee5b37e8057f2c96b2;p=civicrm-core.git diff --git a/templates/CRM/Campaign/Form/Petition.tpl b/templates/CRM/Campaign/Form/Petition.tpl index cca8e77cb9..4dc49dd7a8 100644 --- a/templates/CRM/Campaign/Form/Petition.tpl +++ b/templates/CRM/Campaign/Form/Petition.tpl @@ -129,13 +129,13 @@ //show edit profile field links CRM.$(function($) { // show edit for both contact and activity profile - cj('select[id$="profile_id"]').change(function () { - buildLinks(cj(this), cj(this).val()); + $('select[id$="profile_id"]').change(function () { + buildLinks($(this), $(this).val()); }); // make sure we set edit links for both profiles when form loads - cj('select[id$="profile_id"]').each(function (e) { - buildLinks(cj(this), cj(this).val()); + $('select[id$="profile_id"]').each(function (e) { + buildLinks($(this), $(this).val()); }); });