From 5e5f684161bd43b49d22d785bc05b1214d4a63b8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2020 19:38:34 +0100 Subject: [PATCH] other messages --- templates/script.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/script.js b/templates/script.js index ed7d5d41..cd351911 100644 --- a/templates/script.js +++ b/templates/script.js @@ -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({ -- 2.30.2