mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Webmail: fix reference of search field
This commit is contained in:
@@ -623,7 +623,7 @@ function onMailboxTreeItemClick(event) {
|
||||
topNode.selectedEntry = this;
|
||||
|
||||
search = {};
|
||||
$("searchValue").value = "";
|
||||
$$('[name="search"]').first().value = "";
|
||||
initCriteria();
|
||||
|
||||
Mailer.currentMailboxType = this.parentNode.getAttribute("datatype");
|
||||
|
||||
Reference in New Issue
Block a user