applied comments

pull/54/head
Alexandre Cloutier 2014-09-09 12:44:23 -04:00
parent df42c31618
commit 06f81a032c
1 changed files with 1 additions and 2 deletions

View File

@ -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);