home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
775f553
)
Make spin button in web client functional.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 17 Dec 2020 01:13:46 +0000
(
02:13
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 17 Dec 2020 01:13:46 +0000
(
02:13
+0100)
rogue_chat.html
patch
|
blob
|
history
diff --git
a/rogue_chat.html
b/rogue_chat.html
index 6497fa9a1832262b612abf203a9c06cdad0a7dfd..eb23d1cf3bfeb411f60079bcaf78eac35fa0aa8e 100644
(file)
--- 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']);
};