some fixes for CKEditor

This commit is contained in:
azivner
2017-12-02 13:54:16 -05:00
parent a85bb649cb
commit 7b6ccab894
4 changed files with 30 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ $.ui.autocomplete.filter = (array, terms) => {
};
$(document).tooltip({
items: ".note-editable a",
items: "#note-detail a",
content: function(callback) {
const noteId = link.getNotePathFromLink($(this).attr("href"));