mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 23:51:23 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user