From 2e4a4ea0a1ceb9a71a333e56061824561106e136 Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:15:24 +0200 Subject: [PATCH] Align LogMsg subscription command --- assets/webconfig/js/content_logging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/webconfig/js/content_logging.js b/assets/webconfig/js/content_logging.js index 3fbe7aef..a8d5fa36 100644 --- a/assets/webconfig/js/content_logging.js +++ b/assets/webconfig/js/content_logging.js @@ -181,7 +181,7 @@ $(document).ready(function () { if (!window.loggingHandlerInstalled) { window.loggingHandlerInstalled = true; - $(window.hyperion).on("cmd-logging-update", function (event) { + $(window.hyperion).on("cmd-logmsg-update", function (event) { var messages = (event.response.data.messages);