bugfix websocket function name

This commit is contained in:
iou1name 2019-11-25 16:56:21 -05:00
parent d2ee6379db
commit 99490dce06

View File

@ -63,7 +63,7 @@ function active_torrents_recv(data) {
table.appendChild(node);
});
}
function tracker_stats(data) {
function tracker_stats_recv(data) {
let table = document.querySelector('#tracker_stats tbody');
while (table.firstChild) {
table.removeChild(table.firstChild);