home · contact · privacy
Make spin button in web client functional.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 17 Dec 2020 01:13:46 +0000 (02:13 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 17 Dec 2020 01:13:46 +0000 (02:13 +0100)
rogue_chat.html

index 6497fa9a1832262b612abf203a9c06cdad0a7dfd..eb23d1cf3bfeb411f60079bcaf78eac35fa0aa8e 100644 (file)
@@ -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']);
 };