mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-18 21:38:13 -07:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
window.addEventListener('load', () => {
|
|
$(".table-wrapper").scrollsync({
|
|
y_sync: true,
|
|
x_sync: true
|
|
});
|
|
});
|