Add generic multiworld tracker, move lttp multiworld tracker (#1478)

Co-authored-by: Berserker
This commit is contained in:
Freya Arbjerg
2023-03-08 22:39:15 +01:00
committed by GitHub
parent 738319462d
commit a95e51deda
9 changed files with 256 additions and 41 deletions

View File

@@ -0,0 +1,6 @@
window.addEventListener('load', () => {
$(".table-wrapper").scrollsync({
y_sync: true,
x_sync: true
});
});