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