mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
revert last commit. The fix is in generic.js, not UIxContactsUserFolders.js
Monotone-Parent: 0d5958f50cf116f607e45fcde7496a5bc3726e1c Monotone-Revision: 3896b9b187dfad2b01d68527f0411bd1a7cfe7b4 Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-07-09T17:54:22
This commit is contained in:
@@ -14,8 +14,7 @@ function onSearchFormSubmit() {
|
||||
document.userFoldersRequest.aborted = true;
|
||||
document.userFoldersRequest.abort();
|
||||
}
|
||||
if (encodedValue.trim().length > minimumSearchLength
|
||||
|| encodedValue == "." ) {
|
||||
if (encodedValue.trim().length > minimumSearchLength) {
|
||||
startAnimation($("pageContent"), $("filterPanel"));
|
||||
document.userFoldersRequest
|
||||
= triggerAjaxRequest(url, usersSearchCallback);
|
||||
|
||||
Reference in New Issue
Block a user