various small usability improvements

This commit is contained in:
azivner
2017-08-13 21:42:10 -04:00
parent 191f70477c
commit 6fe81cd93a
7 changed files with 29 additions and 4 deletions

View File

@@ -35,6 +35,9 @@ function noteChanged() {
contentType: "application/json",
success: function(result) {
message("Saved!");
},
error: function(result) {
error("Error saving the note!");
}
});
}