better autosave - only once per 5 seconds with guaranteed save when changing notes

This commit is contained in:
azivner
2017-08-16 20:41:41 -04:00
parent 11742bba58
commit bcc4f22cf5
4 changed files with 27 additions and 5 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
#top-message {
display: none; /* initial state is hidden */
background-color: greenyellow;
color: green;
background-color: #e0e0e0;
color: #333;
padding: 5px;
border-radius: 10px;
}