bugfix websocket function name
This commit is contained in:
parent
d2ee6379db
commit
99490dce06
|
@ -63,7 +63,7 @@ function active_torrents_recv(data) {
|
||||||
table.appendChild(node);
|
table.appendChild(node);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
function tracker_stats(data) {
|
function tracker_stats_recv(data) {
|
||||||
let table = document.querySelector('#tracker_stats tbody');
|
let table = document.querySelector('#tracker_stats tbody');
|
||||||
while (table.firstChild) {
|
while (table.firstChild) {
|
||||||
table.removeChild(table.firstChild);
|
table.removeChild(table.firstChild);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user