Fix missing paging on /user-content

This commit is contained in:
Chris Wilson
2020-12-05 14:59:29 -05:00
parent 787242bb5f
commit 63d4162c97
6 changed files with 43 additions and 33 deletions

View File

@@ -7,12 +7,5 @@ window.addEventListener('load', () => {
document.getElementById('host-game-form').submit();
});
$("#host-game-table").DataTable({
"paging": false,
"ordering": true,
"order": [[ 3, "desc" ]],
"info": false,
"dom": "t",
});
adjustFooterHeight();
});