mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
fix tracker auto update
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user