note history decryption now works, more cleanup

This commit is contained in:
azivner
2017-11-14 22:21:56 -05:00
parent ff411f00b1
commit 0a0421ec7e
10 changed files with 63 additions and 1083 deletions

View File

@@ -26,7 +26,7 @@ const noteTree = (function() {
note.title = note.note_title;
if (note.is_protected) {
note.extraClasses = "encrypted";
note.extraClasses = "protected";
}
else {
if (note.is_clone) {