From a2da2db35a38805e09d5a41fe91ef825d4ee4a12 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 3 Jul 2022 11:20:27 +0200 Subject: [PATCH] System update --- plugins/dynamix/Diagnostics.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/Diagnostics.page b/plugins/dynamix/Diagnostics.page index c0c51fbb9..f2bc2023c 100644 --- a/plugins/dynamix/Diagnostics.page +++ b/plugins/dynamix/Diagnostics.page @@ -29,7 +29,7 @@ pre#text{height:500px!important} var diagnosticsFile = ""; var nchan_diagnostics = new NchanSubscriber('/sub/diagnostics',{subscriber:'websocket'}); -diagnostic.on('message', function(data) { +nchan_diagnostics.on('message', function(data) { if (data == '_DONE_') { nchan_diagnostics.stop(); $('.sweet-alert').hide('fast').removeClass('nchan');