mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 23:52:43 +00:00
Monotone-Parent: 4d2a9c69a460efd87841ca2c5b2669f38b77bec2
Monotone-Revision: 91fdd3e3b7dcaa5c05f03e0f8c1cd5d1747140b5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-07-13T18:03:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -133,7 +133,7 @@ function contactsListCallback(http) {
|
||||
}
|
||||
}
|
||||
else
|
||||
log ("ajax problem 1");
|
||||
log ("ajax problem 1: status = " + http.status);
|
||||
}
|
||||
|
||||
function onContactFoldersContextMenu(event) {
|
||||
@@ -593,7 +593,7 @@ function deletePersonalAddressBookCallback(http) {
|
||||
document.deletePersonalABAjaxRequest = null;
|
||||
}
|
||||
else
|
||||
log ("ajax problem");
|
||||
log ("ajax problem 5: " + http.status);
|
||||
}
|
||||
|
||||
function configureDragHandles() {
|
||||
|
||||
Reference in New Issue
Block a user