mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
saved search note now has refresh button, closes #369
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user