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