mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
![]() |
window.addEventListener('load', () => {
|
||
|
$(".table-wrapper").scrollsync({
|
||
|
y_sync: true,
|
||
|
x_sync: true
|
||
|
});
|
||
|
});
|