Overhaul of styles for DataTables, re-add Cookie Notice

This commit is contained in:
Chris Wilson
2020-07-23 03:21:26 -04:00
parent da38029ee7
commit f484ed0274
11 changed files with 244 additions and 188 deletions

View File

@@ -7,7 +7,7 @@ window.onload = () => {
document.getElementById('upload-form').submit();
});
$(".table").DataTable({
$("#uploads-table").DataTable({
"paging": false,
"ordering": true,
"order": [[ 3, "desc" ]],