Suppression des sortable

This commit is contained in:
Michael RICOIS 2012-01-03 08:45:38 +00:00
parent a3ba4ad0fa
commit 03ab0939b2

View File

@ -93,11 +93,6 @@ $(document).ready(function(){
}, function() {
$( "#accordion" ).accordion( "option", "icons", icons );
});
$( "#sortable" ).sortable({
placeholder: "ui-state-highlight"
});
$( "#sortable" ).disableSelection();
$( ".column" ).sortable({
connectWith: ".column"