fix tracker auto update

This commit is contained in:
Fabian Dill
2020-06-27 18:17:36 +02:00
parent a928340b6b
commit 74cbfe07a3
3 changed files with 21 additions and 2 deletions

0
WebHost/autohoster.py Normal file
View File

View File

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