Monotone-Parent: 96be8fb544ada3cb6a58b0caa0bfb99522dac8db

Monotone-Revision: bded46ecbec55dcfe4c434982eb0a1d07a5ce436

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-07-09T02:01:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-07-09 02:01:32 +00:00
parent 2fc24595c5
commit 8a69b86e12
11 changed files with 76 additions and 14 deletions

View File

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