From 909746920753af74b9af09389d7e76de47ad8360 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 10 Apr 2015 17:27:30 -0400 Subject: [PATCH] CRM-15916 - Revert bad merge --- templates/CRM/Batch/Form/Entry.tpl | 8 -------- 1 file changed, 8 deletions(-) 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)); -- 2.25.1