1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

Fix deleting from list. Close #248

This commit is contained in:
Thomas Tanghus 2013-11-04 15:03:04 +01:00
parent 650112fabd
commit 45ff2f20b6

View File

@ -972,7 +972,7 @@ OC.Contacts = OC.Contacts || {
}
if($(event.target).is('a.delete')) {
$(document).trigger('request.contact.delete', {
contactid: $(this).data('id')
contactId: $(this).data('id')
});
return;
}