projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6233e34
)
CRM-15916 - Revert bad merge
author
Coleman Watts
<coleman@civicrm.org>
Fri, 10 Apr 2015 21:27:30 +0000
(17:27 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 10 Apr 2015 21:27:30 +0000
(17:27 -0400)
templates/CRM/Batch/Form/Entry.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/Batch/Form/Entry.tpl
b/templates/CRM/Batch/Form/Entry.tpl
index b270095d3dbaee7a02da549cd2f814a5e4e501a7..dd301864f119bd40add0e614d6800e7adcf8c14d 100755
(executable)
--- 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));