modifiche varie
This commit is contained in:
7
public/js/app/contratti.js
vendored
7
public/js/app/contratti.js
vendored
@@ -7,4 +7,11 @@ $('#contratti').DataTable({
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
$(document).on('click','.open_modal_new',function(){
|
||||
console.log('richiesto apertura form');
|
||||
$('#myModal_new').modal('show');
|
||||
|
||||
});
|
||||
|
||||
$(".draggable").draggable();
|
||||
17
public/js/app/dashboard.js
vendored
17
public/js/app/dashboard.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user