short search help in the tooltip

This commit is contained in:
zadam
2019-03-31 21:19:10 +02:00
parent c6806256fd
commit 26621c0318
4 changed files with 42 additions and 45 deletions

View File

@@ -4,8 +4,11 @@ import searchNotesService from "./search_notes.js";
const $searchString = $("#search-string");
const $component = $('#note-detail-search');
const $refreshButton = $('#note-detail-search-refresh-results-button');
const $help = $("#note-detail-search-help");
function show() {
$help.html(searchNotesService.getHelpText());
$component.show();
try {