mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
cosmetic cleanup, mostly in encryption
This commit is contained in:
@@ -40,6 +40,6 @@ $("#run-migration").click(() => {
|
||||
$("#migration-table").append(row);
|
||||
}
|
||||
},
|
||||
error: () => error("Migration failed with unknown error")
|
||||
error: () => showError("Migration failed with unknown error")
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user