* Added new token system to add more security to logins

* Added simple tag editing from note page
This commit is contained in:
Max G
2020-06-10 04:41:52 +00:00
parent 6bb856689d
commit d2624628d8
11 changed files with 324 additions and 103 deletions

View File

@@ -509,7 +509,7 @@
//Don't move notes that were not changed
if(note.updated == newNote.updated){
return
// return
}
//go through each prop and update it with new values