Monotone-Parent: 0da4bbe038a2b804a8a8e6ba2b501c33ddc404c0

Monotone-Revision: f01e210b920677b14954ca0dd0f0317a90b0b6ef

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-25T22:10:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-25 22:10:44 +00:00
parent 3efbdbf54c
commit 94fe3125e8

View File

@@ -55,7 +55,7 @@ function openContactsFolder(contactsFolder, reload, idx) {
if (document.contactsListAjaxRequest) {
document.contactsListAjaxRequest.aborted = true;
document.contactsListAjaxRequest.abort();
} log (url);
}
document.contactsListAjaxRequest
= triggerAjaxRequest(url, contactsListCallback, selection);
}
@@ -630,7 +630,6 @@ function lookupDeniedFolders() {
for (var i = 0; i < list.length; i++) {
var folderID = list[i].getAttribute("id");
var url = URLForFolderID(folderID) + "/canAccessContent";
triggerAjaxRequest(url, deniedFoldersLookupCallback, folderID);
}
}