diff --git a/index_work_Nik.html b/index_work_Nik.html
index e8eb865..66b6068 100644
--- a/index_work_Nik.html
+++ b/index_work_Nik.html
@@ -25,7 +25,8 @@
crossorigin="anonymous">
-
+
+
@@ -53,6 +54,13 @@
}
} */
+ /* $( function() {
+ $( "#filtri" ).sortable({
+ //items: "div:(.ui-state-enabled)"
+ cursor: 'move',
+ update: function() {alert('pipo '+$(this).id)}
+ });
+ } ); */