mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
cosmetic cleanup, mostly in encryption
This commit is contained in:
@@ -104,13 +104,13 @@ const noteEditor = (function() {
|
||||
data: JSON.stringify(note),
|
||||
contentType: "application/json",
|
||||
error: () => {
|
||||
error("Error saving the note!");
|
||||
showError("Error saving the note!");
|
||||
}
|
||||
});
|
||||
|
||||
isNoteChanged = false;
|
||||
|
||||
message("Saved!");
|
||||
showMessage("Saved!");
|
||||
}
|
||||
|
||||
function createNewTopLevelNote() {
|
||||
@@ -165,7 +165,7 @@ const noteEditor = (function() {
|
||||
node.renderTitle();
|
||||
}
|
||||
|
||||
message("Created!");
|
||||
showMessage("Created!");
|
||||
}
|
||||
|
||||
function setTreeBasedOnEncryption(note) {
|
||||
|
||||
Reference in New Issue
Block a user