hide search help tooltip on executed search

This commit is contained in:
zadam 2019-05-29 20:27:48 +02:00
parent 53a995fecb
commit bb43014230

View File

@ -80,6 +80,8 @@ async function doSearch(searchText) {
return;
}
$searchBox.tooltip("hide");
const response = await server.get('search/' + encodeURIComponent(searchText));
if (!response.success) {