mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-05 12:28:14 -07:00
fix tracker auto update
This commit is contained in:
0
WebHost/autohoster.py
Normal file
0
WebHost/autohoster.py
Normal 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");
|
||||
|
||||
Reference in New Issue
Block a user