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:
Fabian Dill
2020-07-29 21:35:31 +02:00
parent 89e1c05ef3
commit daf4ac8117
4 changed files with 34 additions and 30 deletions

View File

@@ -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);