mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-31 02:52:43 +00:00
@@ -135,6 +135,10 @@ function updateEventFromDraggingCallback(http) {
|
||||
if (isHttpStatus204(http.status)) {
|
||||
refreshEventsAndDisplay();
|
||||
}
|
||||
else {
|
||||
var response = http.responseText.evalJSON(true);
|
||||
showAlertDialog(response['message']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user