Webmail: fix reference of search field

This commit is contained in:
Francis Lachapelle
2012-12-07 08:48:12 -05:00
parent e533eb91a9
commit 01e42dce7c

View File

@@ -623,7 +623,7 @@ function onMailboxTreeItemClick(event) {
topNode.selectedEntry = this;
search = {};
$("searchValue").value = "";
$$('[name="search"]').first().value = "";
initCriteria();
Mailer.currentMailboxType = this.parentNode.getAttribute("datatype");