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:
Francis Lachapelle 2007-07-13 18:03:02 +00:00
parent 6984e4afaf
commit 951bb45922

View file

@ -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() {