mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 20:45:28 +00:00
Reverse localization patch.
Monotone-Parent: be2427fa7e45da8ba2b4c7955b6e904c06640586 Monotone-Revision: b084746023f24f274a1e8a852e8a36bb19bb35ce Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-11-03T11:54:03
This commit is contained in:
@@ -179,7 +179,7 @@ function performSearch(input) {
|
||||
// Perform address completion
|
||||
if (!input.value.blank()) {
|
||||
var urlstr = (UserFolderURL
|
||||
+ "Contacts/allContactSearch?search="
|
||||
+ "Contacts/allContactSearch?excludeGroups=1&search="
|
||||
+ encodeURIComponent(input.value));
|
||||
triggerAjaxRequest(urlstr, performSearchCallback, input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user