From ab7d6ed7391bc63ab88400a96f61368bdea16a86 Mon Sep 17 00:00:00 2001 From: bergware Date: Mon, 25 Dec 2023 08:52:42 +0100 Subject: [PATCH] Update DashStats.page --- emhttp/plugins/dynamix/DashStats.page | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix/DashStats.page b/emhttp/plugins/dynamix/DashStats.page index b2f12fddf..769402e05 100644 --- a/emhttp/plugins/dynamix/DashStats.page +++ b/emhttp/plugins/dynamix/DashStats.page @@ -1567,9 +1567,8 @@ dashboard.on('message',function(msg,meta) { // parity status $('span.parity').html(get.parity); // parity schedule - var data = get.schedule.split('\n'); - $('#parity').html(data[0]); - $('#program').html(data[1]); + $('#parity').html(get.schedule[0]); + $('#program').html(get.schedule[1]); break; case 3: var get = JSON.parse(msg);