mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 21:15:57 +00:00
Monotone-Parent: 85961f48e9ccfa59439adf265a8e3984d08ab921
Monotone-Revision: 8b658ab977c17c143a0aa2c8e59809a3ee8b7d99 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-09T19:50:22 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user