layout demo: exclude trash for new components

This commit is contained in:
Jörn Zaefferer 2008-09-03 14:53:30 +00:00
parent dc92efc6e8
commit 4ea6490a7b

View File

@ -87,7 +87,7 @@
update: sortableUpdate
});
$('#components > dl').draggable({
connectToSortable: $els,
connectToSortable: $els.not("#trashcan"),
helper: 'clone'
})
});