Creato Avvisi e terminato task (manca editing)

This commit is contained in:
2023-07-18 17:00:08 +02:00
parent 48606856c4
commit b5eb6c383b
14 changed files with 260 additions and 31 deletions

View File

@@ -3,4 +3,12 @@ $(document).ready(function() {
$('#categorie').DataTable({
responsive: true
});
// Reload del div
$.ajaxSetup({ cache: false });
setInterval(function() {
$('#mieitask').load('/admin');
}, 8000);
});