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

View File

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