mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
new import options in the dialog, tooltips
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user