#1 pulizia nel sorgente

This commit is contained in:
2023-05-25 15:44:21 +02:00
parent 1b080cfa64
commit 4030360742
5 changed files with 68 additions and 93 deletions

View File

@@ -49,7 +49,7 @@
<thead>
<tr>
<th>Categoria</th>
<th>Somma delle spese</th>
<th>Somma delle entrate</th>
</tr>
</thead>
<tbody>
@@ -70,17 +70,6 @@
@endsection
@section('script')
<script>
$(document).ready(function() {
$('#listrapportoS').DataTable({
responsive: true
});
});
$(document).ready(function() {
$('#listrapportoE').DataTable({
responsive: true
});
});
</script>
<script src="/js/app/conti_categorie.js"></script>
@endsection