Completamento della conversione del template

This commit is contained in:
2023-10-05 14:24:34 +02:00
parent 2fe5027f8e
commit c0ce480235
12 changed files with 113 additions and 66 deletions

View File

@@ -10,7 +10,7 @@ $(document).ready(function() {
"order": [[0, "desc"]]
});
});
$(".draggable").draggable();
//$(".draggable").draggable();
var d = new Date();
var month = d.getMonth()+1;