mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Fix deleting from list. Close #248
This commit is contained in:
parent
650112fabd
commit
45ff2f20b6
@ -972,7 +972,7 @@ OC.Contacts = OC.Contacts || {
|
|||||||
}
|
}
|
||||||
if($(event.target).is('a.delete')) {
|
if($(event.target).is('a.delete')) {
|
||||||
$(document).trigger('request.contact.delete', {
|
$(document).trigger('request.contact.delete', {
|
||||||
contactid: $(this).data('id')
|
contactId: $(this).data('id')
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user