mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
various small usability improvements
This commit is contained in:
@@ -35,6 +35,9 @@ function noteChanged() {
|
||||
contentType: "application/json",
|
||||
success: function(result) {
|
||||
message("Saved!");
|
||||
},
|
||||
error: function(result) {
|
||||
error("Error saving the note!");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user