Advanced search should clear the simple search input field

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-03-10 09:32:11 +01:00
parent 19ba59b36c
commit aee8db1b96

View File

@ -727,6 +727,8 @@ var Piler =
extra_folders: Piler.extra_folders
}
$('input#_search').val('');
Piler.load_search_results();
$('#searchpopup1').hide();