X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bus.html;h=df6f572ed27ca18708d1aea16b2a3d89819601b9;hb=d0b335cb1b8d7c80eafa77b5095e19ec143d558b;hp=214174cca0d57069b2991fde27ec3425d795682c;hpb=1e320ca83bc7836cc1462bc67e4048c5c074a469;p=zombocom-ai diff --git a/bus.html b/bus.html index 214174c..df6f572 100644 --- a/bus.html +++ b/bus.html @@ -121,10 +121,19 @@ Magic School Bus Central Processor
- +
@@ -169,7 +178,6 @@ cr.stroke(); form.addEventListener('submit', event => { event.preventDefault(); - console.log("Submitted form with code: " + code.value); socket.emit('run', code.value); });