Creato pagine Avvisi e sistemato dashboard (creato permesso "Avvisi")

This commit is contained in:
2023-07-19 11:09:25 +02:00
parent b5eb6c383b
commit 58e9344180
8 changed files with 53 additions and 19 deletions

View File

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