modifiche varie

This commit is contained in:
2023-08-02 19:12:37 +02:00
parent 8ff62254bf
commit d7fe1fcb81
12 changed files with 183 additions and 13 deletions

View File

@@ -7,4 +7,11 @@ $('#contratti').DataTable({
}
]
});
$(document).on('click','.open_modal_new',function(){
console.log('richiesto apertura form');
$('#myModal_new').modal('show');
});
$(".draggable").draggable();