Monotone-Parent: 85961f48e9ccfa59439adf265a8e3984d08ab921

Monotone-Revision: 8b658ab977c17c143a0aa2c8e59809a3ee8b7d99

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-09T19:50:22
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-09-09 19:50:22 +00:00
parent 108e2c9ab5
commit 10a766ecfb
1 changed files with 2 additions and 2 deletions

View File

@ -405,8 +405,8 @@ function performSearch() {
document.contactLookupAjaxRequest.abort();
}
if (MailEditor.currentField.value.trim().length > 1) {
var urlstr = ( UserFolderURL + "Contacts/allContactSearch?search="
+ MailEditor.currentField.value );
var urlstr = (UserFolderURL + "Contacts/allContactSearch?search="
+ encodeURIComponent(MailEditor.currentField.value));
document.contactLookupAjaxRequest =
triggerAjaxRequest(urlstr, performSearchCallback, MailEditor.currentField);
}