System update

This commit is contained in:
bergware
2022-07-03 11:20:27 +02:00
parent 84fc12b95b
commit a2da2db35a

View File

@@ -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');