CRM-15916 - Revert bad merge
authorColeman Watts <coleman@civicrm.org>
Fri, 10 Apr 2015 21:27:30 +0000 (17:27 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 10 Apr 2015 21:27:30 +0000 (17:27 -0400)
templates/CRM/Batch/Form/Entry.tpl

index b270095d3dbaee7a02da549cd2f814a5e4e501a7..dd301864f119bd40add0e614d6800e7adcf8c14d 100755 (executable)
@@ -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));