[fix] sync

This commit is contained in:
Andy Bunce 2025-09-07 22:30:34 +01:00
parent 9533519b8a
commit b89310e659

View file

@ -65,8 +65,8 @@ $("load").onchange = e => {
insert: t insert: t
} }
}) })
client.sync(); //client.sync();
console.log("SYNC"); //console.log("SYNC");
}); });
$("load").value = ""; $("load").value = "";
}; };