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

1
public/contratti Symbolic link
View File

@@ -0,0 +1 @@
/var/www/html/bubofamily/storage/app/Contratti

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();

View File

@@ -1,8 +1,13 @@
$(document).ready(function() {
});
// Rende spostabili le varie finestre
$(".draggable").draggable();
$( function() {
$( ".resizable" ).resizable({
handles: "se"
});
} );
$(".draggable").draggable();
/*$.get('https://www.ansa.it/trentino/notizie/trentino_rss.xml', function(content) {
// Insert the content into the specified element
$('#contenuto').html(content);
});*/
// Load the RSS feed