mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
camelCase index name
This commit is contained in:
parent
7d3de02f17
commit
9cd8b2799e
@ -545,7 +545,7 @@ OC.Contacts = OC.Contacts || {
|
||||
});
|
||||
|
||||
$(document).bind('request.contact.delete', function(e, data) {
|
||||
var id = String(data.contactid);
|
||||
var id = String(data.contactId);
|
||||
console.log('contact', data, 'request.contact.delete');
|
||||
self.closeContact(id);
|
||||
self.contacts.delayedDelete(data);
|
||||
|
Loading…
Reference in New Issue
Block a user