mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
cosmetic cleanup, mostly in encryption
This commit is contained in:
@@ -27,7 +27,7 @@ const noteHistory = (function() {
|
||||
historyItems = await $.ajax({
|
||||
url: baseApiUrl + 'notes-history/' + noteId,
|
||||
type: 'GET',
|
||||
error: () => error("Error getting note history.")
|
||||
error: () => showError("Error getting note history.")
|
||||
});
|
||||
|
||||
for (const item of historyItems) {
|
||||
|
||||
Reference in New Issue
Block a user