mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 23:59:59 +01:00
cosmetic cleanup, mostly in encryption
This commit is contained in:
@@ -15,7 +15,7 @@ const recentChanges = (function() {
|
||||
const result = await $.ajax({
|
||||
url: baseApiUrl + 'recent-changes/',
|
||||
type: 'GET',
|
||||
error: () => error("Error getting recent changes.")
|
||||
error: () => showError("Error getting recent changes.")
|
||||
});
|
||||
|
||||
dialogEl.html('');
|
||||
|
||||
Reference in New Issue
Block a user