mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 18:35:10 +00:00
applied comments
This commit is contained in:
@@ -2616,8 +2616,7 @@ function refreshUserSettingsCallback(http) {
|
||||
function folderOperationCallback(http) {
|
||||
if (http.readyState == 4 && isHttpStatus204(http.status)) {
|
||||
initMailboxTree();
|
||||
var url = ApplicationBaseURL.split("Mail")[0];
|
||||
triggerAjaxRequest(url + "/jsonSettings", refreshUserSettingsCallback);
|
||||
triggerAjaxRequest(UserFolderURL + "/preferences/jsonSettings", refreshUserSettingsCallback);
|
||||
}
|
||||
else
|
||||
showAlertDialog(http.callbackData);
|
||||
|
||||
Reference in New Issue
Block a user