Re-fixed SOGoAutoCompletion/UIxListEditor/UIxMailToSelection

Monotone-Parent: 6cdcf3923cda0c5dd25c5d82b40d7755957207e4
Monotone-Revision: 5b2a32ba5341455fbf5f685a68a8b18fd5d22fb8

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-09-14T20:43:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-09-14 20:43:50 +00:00
parent 69852c5371
commit 7399f16a85
2 changed files with 28 additions and 28 deletions

View File

@@ -89,8 +89,8 @@ function fancyAddRow(shouldEdit, text, type) {
}
function expandContactList (e) {
var url = UserFolderURL + "Contacts/" + this.container + "/"
+ this.card + "/properties";
var url = UserFolderURL + "Contacts/" + this.readAttribute("container") + "/"
+ this.readAttribute("card") + "/properties";
triggerAjaxRequest (url, expandContactListCallback, this);
}
function expandContactListCallback (http) {