From: Coleman Watts Date: Fri, 10 Apr 2015 21:27:30 +0000 (-0400) Subject: CRM-15916 - Revert bad merge X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=909746920753af74b9af09389d7e76de47ad8360;p=civicrm-core.git CRM-15916 - Revert bad merge --- diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index b270095d3d..dd301864f1 100755 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -144,14 +144,6 @@ CRM.$(function($) { } }); - cj('input[id*="primary_contact_id_"]').change(function() { - var temp = this.id.split('_'); - var ROWID = temp[3]; - if (cj(this).val()) { - updateContactInfo(ROWID,'primary_'); - } - }); - $('#crm-container').on('keyup change', '*.selector-rows', function () { // validate rows checkColumns($(this));