1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-09 23:33:26 +00:00

Removed the use of datatables and added pagination and search on all_matches.

This commit is contained in:
2026-02-19 17:53:40 -05:00
parent 8670ce38c3
commit dc50efe8fc
8 changed files with 190 additions and 189 deletions

View File

@@ -1,8 +1,3 @@
<script>
// $(document).ready(function() {
// $('#matchList').dataTable();
// } );
</script>
<script>
const setUpMatchesRefresh = () => {
if (window.__upMatchesRefreshTimeout) {