help buttons and existing custom HTML attribute refactoring to data-*

This commit is contained in:
azivner
2018-08-15 10:14:14 +02:00
parent f440493e45
commit 510704a074
9 changed files with 74 additions and 30 deletions

View File

@@ -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) {