home · contact · privacy
In web client, fix broken installation button.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2020 06:10:42 +0000 (07:10 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2020 06:10:42 +0000 (07:10 +0100)
rogue_chat.html

index 3536d15a0013f12f4c13618fcc6a598cf956dd9d..5003854e7115ade22a4380f4a63dc788d04c8150 100644 (file)
@@ -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']);