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:
Francis Lachapelle
2011-11-03 11:54:03 +00:00
parent 709a9a23bb
commit 6051e5975d
108 changed files with 1853 additions and 1779 deletions
+1 -1
View File
@@ -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);
}