search can be triggered from URL, closes #385

This commit is contained in:
azivner
2019-01-25 22:18:34 +01:00
parent b59c175c2e
commit a87f4d8653
3 changed files with 29 additions and 10 deletions

View File

@@ -121,6 +121,8 @@ $("#export-note-button").click(function () {
macInit.init();
searchNotesService.init(); // should be in front of treeService since that one manipulates address bar hash
treeService.showTree();
entrypoints.registerEntrypoints();