X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat.html;h=eb23d1cf3bfeb411f60079bcaf78eac35fa0aa8e;hb=249d0afc8663af2a1dbdd9d2f893582fe235cf6c;hp=6497fa9a1832262b612abf203a9c06cdad0a7dfd;hpb=775f553a8cafe65a2b104b26478e89df085c1174;p=plomrogue2 diff --git a/rogue_chat.html b/rogue_chat.html index 6497fa9..eb23d1c 100644 --- a/rogue_chat.html +++ b/rogue_chat.html @@ -1804,6 +1804,9 @@ document.getElementById("install").onclick = function() { document.getElementById("wear").onclick = function() { server.send(['TASK:WEAR']); }; +document.getElementById("spin").onclick = function() { + server.send(['TASK:SPIN']); +}; document.getElementById("dance").onclick = function() { server.send(['TASK:DANCE']); };