Align LogMsg subscription command

This commit is contained in:
LordGrey 2024-04-26 20:15:24 +02:00
parent 5ab4b11e71
commit 2e4a4ea0a1

View File

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