Monotone-Parent: 3faccfb297355b8a622a5cd6cf76be5f4134e1ec

Monotone-Revision: 90c34f3f070d02780a48b3d6cb6c8b55f5610898

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-07-09T03:16:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-07-09 03:16:22 +00:00
parent b86bbe9396
commit 9639841fd8
3 changed files with 1 additions and 19 deletions

View File

@@ -359,8 +359,7 @@ function performSearch() {
}
if (MailEditor.currentField.value.trim().length > 0) {
var urlstr = ( UserFolderURL + "Contacts/allContactSearch?search="
+ MailEditor.currentField.value ); log (urlstr);
// + escape(MailEditor.currentField.value) ); log (urlstr);
+ MailEditor.currentField.value );
document.contactLookupAjaxRequest =
triggerAjaxRequest(urlstr, performSearchCallback, MailEditor.currentField);
}