mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 07:48:52 +00:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user