mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
cosmetic cleanup, mostly in encryption
This commit is contained in:
@@ -16,7 +16,7 @@ const eventLog = (function() {
|
||||
const result = await $.ajax({
|
||||
url: baseApiUrl + 'event-log',
|
||||
type: 'GET',
|
||||
error: () => error("Error getting event log.")
|
||||
error: () => showError("Error getting event log.")
|
||||
});
|
||||
|
||||
listEl.html('');
|
||||
|
||||
Reference in New Issue
Block a user