[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
}
})
client.sync();
console.log("SYNC");
//client.sync();
//console.log("SYNC");
});
$("load").value = "";
};