Use Datatables for User Activity on the client portal

This commit is contained in:
johnnyq
2026-08-28 16:19:27 -04:00
parent 10fb40f36f
commit be20810d18
4 changed files with 71 additions and 36 deletions

View File

@@ -74,6 +74,11 @@
<script src="/js/phone_inputs.js"></script>
<?php } ?>
<?php if (!empty($portal_load_datatables)) { ?>
<script src="/libs/DataTables/datatables.min.js"></script>
<script src="/js/portal_datatables.js"></script>
<?php } ?>
<script src="/js/keepalive.js"></script>
</body>