Global autoformat

This commit is contained in:
Ian Renton
2026-06-19 21:36:11 +01:00
parent edb2641f76
commit 07d0d98f3d
65 changed files with 1250 additions and 844 deletions

View File

@@ -65,12 +65,19 @@
</div>
<div id="table-container">
<table id="table" class="table"><thead><tr></tr></thead><tbody></tbody></table>
<table id="table" class="table">
<thead>
<tr></tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<script src="/js/alerts.js?v=1781901227"></script>
<script>$(document).ready(function() { $("#nav-link-alerts").addClass("active"); }); <!-- highlight active page in nav --></script>
<script src="/js/alerts.js?v=1781901371"></script>
<script>$(document).ready(function () {
$("#nav-link-alerts").addClass("active");
}); <!-- highlight active page in nav --></script>
{% end %}