Use latest public swel release

main
idylls 1 year ago
parent 7ce2e93a1f
commit b1b09f9f56
Signed by: idylls
GPG Key ID: 8A7167CBC2CC9F0F

@ -1 +1 @@
export { swel } from "../../../swel/lib.ts";
export { swel } from "https://git.idylls.net/idylls/swel/raw/tag/2023.02.03/mod.ts";

@ -53,12 +53,12 @@ const init = async () => {
{
on: {
click: () => {
net.connectToPeer(peerIDInput.value);
net.connectToPeer(peerIDInput.value as PeerID);
peerIDInput.value = "";
},
},
},
"Join",
"Connect",
);
const controls = swel("div", { id: "controls" }, [

Loading…
Cancel
Save