Commit iniziale
This commit is contained in:
13
public/js/app/dashboard.js
Normal file
13
public/js/app/dashboard.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// Rende spostabili le varie finestre
|
||||
|
||||
$( 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