mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-06 05:19:14 -06:00
note converted to module
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
</div>
|
||||
|
||||
<div class="hide-toggle" style="grid-area: tree-actions">
|
||||
<a onclick="createNewTopLevelNote()" title="Create new top level note" class="icon-action">
|
||||
<a onclick="noteEditor.createNewTopLevelNote()" title="Create new top level note" class="icon-action">
|
||||
<img src="images/icons/file-plus.png" alt="Create new top level note"/>
|
||||
</a>
|
||||
|
||||
@@ -270,7 +270,7 @@
|
||||
<script src="javascripts/context_menu.js"></script>
|
||||
|
||||
<!-- Note detail -->
|
||||
<script src="javascripts/note.js"></script>
|
||||
<script src="javascripts/note_editor.js"></script>
|
||||
<script src="javascripts/encryption.js"></script>
|
||||
|
||||
<!-- dialogs -->
|
||||
|
||||
Reference in New Issue
Block a user