Fix missing paging on /user-content
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user