mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 01:15:24 +00:00
Fix for bug #459
Monotone-Parent: e0e6c176d8cb78a7e264cc9d2f05c2cf5bfb77f5 Monotone-Revision: c8d3bf05ef46d0c8d36879db7366c665f4dacd3d Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-11-04T18:08:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -180,7 +180,7 @@ function performSearch(input) {
|
||||
if (input.value.trim().length > 0) {
|
||||
var urlstr = (UserFolderURL
|
||||
+ "Contacts/allContactSearch?excludeGroups=1&search="
|
||||
+ escape(input.value));
|
||||
+ encodeURIComponent(input.value));
|
||||
triggerAjaxRequest(urlstr, performSearchCallback, input);
|
||||
}
|
||||
input.searchTimeout = null;
|
||||
|
||||
Reference in New Issue
Block a user