Fix log not updating
This commit is contained in:
parent
fc41b01209
commit
ac15c17981
|
@ -553,6 +553,7 @@ Callbacks = {
|
|||
return;
|
||||
|
||||
if(data.success) {
|
||||
log.data("log", data);
|
||||
log.text(data.data);
|
||||
} else {
|
||||
log.text("Error reading channel log");
|
||||
|
|
Loading…
Reference in a new issue