mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Align LogMsg subscription command
This commit is contained in:
parent
5ab4b11e71
commit
2e4a4ea0a1
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user