saved search note now has refresh button, closes #369

This commit is contained in:
zadam
2019-03-30 00:12:32 +01:00
parent f479c0e10e
commit 7bbf797caf
6 changed files with 29 additions and 6 deletions

View File

@@ -107,6 +107,8 @@ $("#logout-button").click(() => {
$("#tree").on("click", ".unhoist-button", hoistedNoteService.unhoist);
$("#tree").on("click", ".refresh-search-button", searchNotesService.refreshSearch);
$("body").on("click", "a.external", function () {
window.open($(this).attr("href"), '_blank');
});