aggiunta funzionalità draggable su div in dashboard, creato nuovo MVC per "gestione contratti"
This commit is contained in:
14
public/js/app/dashboard.js
vendored
14
public/js/app/dashboard.js
vendored
@@ -1,16 +1,8 @@
|
||||
|
||||
$(document).ready(function() {
|
||||
$('#categorie').DataTable({
|
||||
responsive: true
|
||||
});
|
||||
// Reload del div
|
||||
/*
|
||||
$.ajaxSetup({ cache: false });
|
||||
setInterval(function() {
|
||||
$('#mieitask').load('/admin');
|
||||
}, 8000);
|
||||
*/
|
||||
});
|
||||
|
||||
});
|
||||
// Rende spostabili le varie finestre
|
||||
$(".draggable").draggable();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user