mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
bugfixes
This commit is contained in:
@@ -417,13 +417,14 @@ function deleteEvent() {
|
||||
}
|
||||
|
||||
function deleteEventFromListConfirm() {
|
||||
if (document.deleteEventAjaxRequest) {
|
||||
document.deleteEventAjaxRequest.aborted = true;
|
||||
document.deleteEventAjaxRequest.abort();
|
||||
}
|
||||
|
||||
_batchDeleteEvents();
|
||||
disposeDialog();
|
||||
if (document.deleteEventAjaxRequest) {
|
||||
document.deleteEventAjaxRequest.aborted = true;
|
||||
document.deleteEventAjaxRequest.abort();
|
||||
}
|
||||
|
||||
_batchDeleteEvents();
|
||||
refreshTasks();
|
||||
disposeDialog();
|
||||
}
|
||||
|
||||
function deleteEventFromViewConfirm() {
|
||||
|
||||
Reference in New Issue
Block a user