new import options in the dialog, tooltips

This commit is contained in:
zadam
2019-02-24 11:36:01 +01:00
parent d8ba0ccd7d
commit fb5df33ee7
4 changed files with 31 additions and 4 deletions

View File

@@ -134,6 +134,10 @@ $("#export-note-button").click(function () {
exportDialog.showDialog('single');
});
$('[data-toggle="tooltip"]').tooltip({
html: true
});
macInit.init();
searchNotesService.init(); // should be in front of treeService since that one manipulates address bar hash