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:
Ludovic Marcotte
2010-11-04 18:08:06 +00:00
parent 982f6abf97
commit 1eb4cc93ce
+1 -1
View File
@@ -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;