Fix a page alignment bug caused by DataTables

This commit is contained in:
Chris Wilson 2020-12-04 16:48:01 -05:00
parent fc61e809cf
commit db5b8ad52c
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ window.addEventListener('load', () => {
"info": false, "info": false,
"dom": "t", "dom": "t",
}); });
adjustFooterHeight();
}); });