* Added new token system to add more security to logins
* Added simple tag editing from note page
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user