Foo
This commit is contained in:
parent
9609a80f7f
commit
7c4ca73f68
7 changed files with 151 additions and 12 deletions
|
@ -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", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue