mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
help buttons and existing custom HTML attribute refactoring to data-*
This commit is contained in:
@@ -9,7 +9,7 @@ function setupTooltip() {
|
||||
let notePath = linkService.getNotePathFromLink($(this).attr("href"));
|
||||
|
||||
if (!notePath) {
|
||||
notePath = $(this).attr("note-path");
|
||||
notePath = $(this).attr("data-note-path");
|
||||
}
|
||||
|
||||
if (notePath) {
|
||||
|
||||
Reference in New Issue
Block a user