fix tracker auto update

This commit is contained in:
Fabian Dill 2020-06-27 18:15:36 +02:00
parent 68e92ae5b4
commit a928340b6b
1 changed files with 1 additions and 1 deletions

View File

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