chiark / gitweb /
other messages
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 4 Jul 2020 18:38:34 +0000 (19:38 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 4 Jul 2020 18:40:20 +0000 (19:40 +0100)
templates/script.js

index ed7d5d415d6c312228b40b1ae5a893cb758892d8..cd3519118f641028350b38c0cda2e565ff36b0bc 100644 (file)
@@ -197,6 +197,12 @@ function startup() {
     var k = Object.keys(j)[0];
     messages[k](j[k]);
   }
+  es.oncommsworking = function(event) {
+    status_node.innerHTML = data.value;
+  }
+  es.onrecorded = function(event) {
+    xxx_recorded();
+  }
   es.onerror = function(e) {
     console.log('FOO',e,es);
     json_report_error({