mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-01 09:49:27 +00:00
Improve deleting occurences of recurrent events
This commit is contained in:
@@ -498,7 +498,7 @@ function onToolbarDeleteSelectedContactsConfirm(dialogId) {
|
||||
for (var i = 0; i < rowIds.length; i++)
|
||||
$(rowIds[i]).hide();
|
||||
triggerAjaxRequest(urlstr, onContactDeleteEventCallback, rowIds,
|
||||
('ids=' + rowIds.join("/")),
|
||||
('ids=' + rowIds.join(",")),
|
||||
{ "Content-type": "application/x-www-form-urlencoded" });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user