fix tracker auto update

This commit is contained in:
Fabian Dill
2020-06-27 18:15:36 +02:00
parent 68e92ae5b4
commit a928340b6b

View File

@@ -21,7 +21,7 @@
function update() {
var target = $("<div></div>");
target.load("/tracker/{{ room.id }}", function (response, status) {
target.load("/tracker/{{ room.tracker.id }}", function (response, status) {
if (status === "success") {
target.find(".table").each(function (i, new_table) {
var new_trs = $(new_table).find("tbody>tr");