#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

10
public/js/app/conti_categorie.js vendored Normal file
View File

@@ -0,0 +1,10 @@
$(document).ready(function() {
$('#listrapportoS').DataTable({
responsive: true
});
});
$(document).ready(function() {
$('#listrapportoE').DataTable({
responsive: true
});
});