cannot edit note title when not in protected session

This commit is contained in:
azivner
2018-12-27 20:22:33 +01:00
parent d4db265fd9
commit 35bc1421f1
6 changed files with 29 additions and 1 deletions

View File

@@ -112,7 +112,7 @@
</ul>
</div>
<input autocomplete="off" value="" id="note-title" style="margin-left: 15px; font-size: x-large; border: 0; width: 5em; flex-grow: 100;" tabindex="1">
<input autocomplete="off" value="" id="note-title" tabindex="1">
<div class="hide-toggle" style="display: flex; align-items: center;">
<span id="note-id-display" title="Note ID"></span>

View File

@@ -35,6 +35,8 @@
<% include details/image.ejs %>
<% include details/relation_map.ejs %>
<% include details/protected_session_password.ejs %>
</div>
</div>