mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
added date_modified to options as preparation for options syncing
This commit is contained in:
@@ -4,7 +4,9 @@ function syncNow() {
|
||||
type: 'POST',
|
||||
success: result => {
|
||||
if (result.success) {
|
||||
alert("Sync finished successfully");
|
||||
checkAudit();
|
||||
|
||||
message("Sync finished successfully");
|
||||
|
||||
for (const l of result.log)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user