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:
424625e
)
In web client, fix broken installation button.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 13 Dec 2020 06:10:42 +0000
(07:10 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 13 Dec 2020 06:10:42 +0000
(07:10 +0100)
rogue_chat.html
patch
|
blob
|
history
diff --git
a/rogue_chat.html
b/rogue_chat.html
index 3536d15a0013f12f4c13618fcc6a598cf956dd9d..5003854e7115ade22a4380f4a63dc788d04c8150 100644
(file)
--- a/
rogue_chat.html
+++ b/
rogue_chat.html
@@
-1784,7
+1784,7
@@
document.getElementById("consume").onclick = function() {
server.send(['TASK:INTOXICATE']);
};
document.getElementById("install").onclick = function() {
- server.send(['TASK:INSTALL']);
+ server.send(['TASK:INSTALL'
, tui.password
]);
};
document.getElementById("wear").onclick = function() {
server.send(['TASK:WEAR']);