From 951bb45922f17a50d79d8f6a2f3a9e907bb49ecc Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 13 Jul 2007 18:03:02 +0000 Subject: [PATCH] Monotone-Parent: 4d2a9c69a460efd87841ca2c5b2669f38b77bec2 Monotone-Revision: 91fdd3e3b7dcaa5c05f03e0f8c1cd5d1747140b5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-07-13T18:03:02 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ContactsUI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 4cae52a46..90dce7229 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -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() {