mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
WebHost: Tracker updates
- use long player names for hint table - allow multistream link to be updated without page refresh - add a notice that the tracker is self updating
This commit is contained in:
@@ -43,6 +43,7 @@ window.addEventListener('load', () => {
|
||||
$(old_table.settings()[0].nScrollBody).scrollTop(topscroll);
|
||||
$(old_table.settings()[0].nScrollBody).scrollLeft(leftscroll);
|
||||
});
|
||||
$("#multi-stream-link").replaceWith(target.find("#multi-stream-link"));
|
||||
} else {
|
||||
console.log("Failed to connect to Server, in order to update Table Data.");
|
||||
console.log(response);
|
||||
|
Reference in New Issue
Block a user