Webmail: fix reference of search field

pull/7/head
Francis Lachapelle 2012-12-07 08:48:12 -05:00
parent e533eb91a9
commit 01e42dce7c
1 changed files with 1 additions and 1 deletions

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