This commit is contained in:
Bianca Fürstenau 2025-02-09 18:57:46 +01:00
parent 9609a80f7f
commit 7c4ca73f68
7 changed files with 151 additions and 12 deletions

View file

@ -9,7 +9,7 @@ let cntMsgEl;
async function swap(s) {
invoke("swap", { store: s });
cntMsgEl.textContent = await invoke("count", {});
cntMsgEl.textContent = await invoke("pull_data", {});
}
window.addEventListener("DOMContentLoaded", () => {