mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
mini refactoring
This commit is contained in:
@@ -16,7 +16,7 @@ async function showDialog() {
|
||||
|
||||
const result = await server.get('event-log');
|
||||
|
||||
$list.html('');
|
||||
$list.empty();
|
||||
|
||||
for (const event of result) {
|
||||
const dateTime = utils.formatDateTime(utils.parseDate(event.dateCreated));
|
||||
|
||||
Reference in New Issue
Block a user