Sistemazione Javascript e attivazione select2

This commit is contained in:
2023-10-04 14:38:17 +02:00
parent 72523344bc
commit 0a166d75c9
3 changed files with 7 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ $(document).ready(function() {
],
"order": [[0, "desc"]]
});
// $('.select2').select2();
});