#1 pulizia codice

This commit is contained in:
2023-05-25 16:53:36 +02:00
parent 05724f62c1
commit 6048f5e8c3
6 changed files with 15 additions and 31 deletions

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

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