Disable the search button on toolbar once it is opened

This commit is contained in:
Alexandre Cloutier
2014-08-15 13:06:46 -04:00
parent 73fcdc2306
commit c76cb36461
2 changed files with 16 additions and 10 deletions

View File

@@ -226,6 +226,8 @@ function onSearchEnd() {
function onCancelClick() {
disposeDialog();
$("searchMailView").remove();
$("toolbarSearchButton").disabled = false;
}
function onSearchSubfoldersCheck(event) {