mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
added getAllNotePaths, fixes #708
This commit is contained in:
@@ -115,7 +115,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, tabConte
|
||||
|
||||
const button = $('<button>')
|
||||
.addClass("btn btn-sm")
|
||||
.click(opts.action);
|
||||
.on('click', opts.action);
|
||||
|
||||
if (opts.icon) {
|
||||
button.append($("<span>").addClass("bx bx-" + opts.icon))
|
||||
|
||||
Reference in New Issue
Block a user