mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 23:51:23 +00:00
Monotone-Parent: 9b6a87c288fd476ce2774933261d8fc081fc8334
Monotone-Revision: d6acf550ed6a03fbd33942b8d7cd672e30a07bf0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-03-08T21:42:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
var d;
|
||||
|
||||
function onSearchFormSubmit() {
|
||||
startAnimation($("pageContent"), $("filterPanel"));
|
||||
|
||||
var searchValue = $("searchValue");
|
||||
var encodedValue = encodeURI(searchValue.value);
|
||||
|
||||
@@ -244,10 +246,7 @@ function onFolderSearchKeyDown(event) {
|
||||
}
|
||||
div.clean = true;
|
||||
$("addButton").addClassName("disabled");
|
||||
}
|
||||
|
||||
if (this.timer)
|
||||
startAnimation($("pageContent"), $("filterPanel"));
|
||||
}
|
||||
}
|
||||
|
||||
function initUserFoldersWindow() {
|
||||
|
||||
Reference in New Issue
Block a user