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:
Jean Raby
2012-07-09 17:54:22 +00:00
parent 390755d305
commit 1b6727bda6
3 changed files with 4 additions and 4 deletions

View File

@@ -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);