Bootstrap + DataTables cleanup

This commit is contained in:
jokob-sk
2024-12-20 14:11:16 +11:00
parent 40e4502f29
commit 7913d42699
35 changed files with 41755 additions and 16271 deletions

View File

@@ -17,7 +17,7 @@ showSpinner()
$(document).ready(function() {
// Load JSON data from the provided URL
$.getJSON('api/table_appevents.json', function(data) {
$.getJSON('/php/server/query_json.php?file=table_appevents.json', function(data) {
// Process the JSON data and generate UI dynamically
processData(data)
@@ -89,7 +89,3 @@ function processData(data) {
</script>
<!-- Datatable -->
<link rel="stylesheet" href="lib/datatables.net-bs/css/dataTables.bootstrap.min.css"/>
<script src="lib/datatables.net/js/jquery.dataTables.min.js"></script>
<script src="lib/datatables.net-bs/js/dataTables.bootstrap.min.js"></script>