mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
default sort hints table so that it pushes found hints to the bottom
This commit is contained in:
@@ -55,7 +55,7 @@ window.addEventListener('load', () => {
|
||||
|
||||
window.addEventListener('resize', () => {
|
||||
adjustTableHeight();
|
||||
tables.draw()
|
||||
tables.draw();
|
||||
});
|
||||
|
||||
$(".table-wrapper").scrollsync({
|
||||
|
Reference in New Issue
Block a user