some refactorings of note detail service

This commit is contained in:
azivner
2018-03-26 23:48:45 -04:00
parent 9c1b8da573
commit 7e856283ee
7 changed files with 103 additions and 89 deletions

View File

@@ -4,7 +4,7 @@ import linkService from "./link.js";
function setupTooltip() {
$(document).tooltip({
items: "#note-detail a",
items: "#note-detail-text a",
content: function (callback) {
const notePath = linkService.getNotePathFromLink($(this).attr("href"));