fixed update of encrypted note

This commit is contained in:
azivner
2017-09-04 21:58:17 -04:00
parent b2338c31d7
commit 53d327e435
2 changed files with 36 additions and 19 deletions

View File

@@ -42,7 +42,7 @@
<div style="float: left; margin: 0 5px 5px 5px;" class="hide-toggle">
<input autocomplete="off" value="Welcome to Notecase web app!" id="noteTitle" style="font-size: x-large; border: 0; width: 600px;" tabindex="1">
<button class="btn btn-sm" onclick="encryptNote();">Encrypt</button>
<button class="btn btn-sm" onclick="encryptNoteAndSendToServer();">Encrypt</button>
</div>
<div style="clear: both; height: 0"></div>