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:
26537f4
)
Remove stray debug statement
author
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Jun 2014 12:20:49 +0000
(13:20 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 9 Jun 2014 12:20:49 +0000
(13:20 +0100)
js/AutoComplete.js
patch
|
blob
|
blame
|
history
diff --git
a/js/AutoComplete.js
b/js/AutoComplete.js
index 1dc348ee820a164ff9b9dc22c015a4f0c0d1f271..7a1237e02688cb92c13a836bffca2b72edb04212 100644
(file)
--- a/
js/AutoComplete.js
+++ b/
js/AutoComplete.js
@@
-25,7
+25,6
@@
CRM.$(function($) {
customIdObj.on('change', function (event, data) {
var contactID = $(this).val();
- console.log(contactID);
var namefields = ['first_name', 'last_name', 'middle_name'];
CRM.api('profile', 'get', {'profile_id': profileids, 'contact_id': contactID}, {
success: function (result) {