First commit

This commit is contained in:
MaddoScientisto 2026-04-07 18:02:17 +02:00
commit cc69770608
1468 changed files with 265316 additions and 128 deletions

View file

@ -0,0 +1,21 @@
//funzione per aprire div con id operatore
$(function() {
/////////////////////
$( "#creaDocumento" ).dialog({
autoOpen: false,
show: {
effect: "blind",
duration: 100
},
width: 500
/*hide: {
effect: "explode",
duration: 1000
}*/
});
$( "#creaDocumento" ).dialog("option", "title", "Crea Documento");
/////////////////////////////////////////////
});