Monotone-Parent: 90ce7306feefa92f1dc0cb7d38c3530919015bb5

Monotone-Revision: 151b30c115a62428b80f871f09930672bb0b764b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-09-23T14:08:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-09-23 14:08:37 +00:00
parent f1198fed5e
commit 84c6a108b6
3 changed files with 13 additions and 5 deletions

View File

@@ -93,6 +93,7 @@ function expandContactList (e) {
+ this.readAttribute("card") + "/properties";
triggerAjaxRequest (url, expandContactListCallback, this);
}
function expandContactListCallback (http) {
if (http.readyState == 4) {
var input = http.callbackData;
@@ -118,7 +119,6 @@ function expandContactListCallback (http) {
}
}
function addressFieldGotFocus(sender) {
var idx;