Deploying to gh-pages from @ 29fd2daf9e 🚀

This commit is contained in:
Lemmih 2020-08-23 03:18:09 +00:00
commit c888af14e3
6 changed files with 103 additions and 11 deletions

View file

@ -55,7 +55,7 @@ function playgroundInit(elt) {
}
var app = Elm.Main.init({
node: document.getElementById(elt)
node: elt
});
app.ports.sendSocketCommand.subscribe(sendSocketCommand);
return {