From 4ea6490a7b0e3012fdb584dc4d9d36de2ab46a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 3 Sep 2008 14:53:30 +0000 Subject: [PATCH] layout demo: exclude trash for new components --- demos/real-world/layout/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/real-world/layout/demo.js b/demos/real-world/layout/demo.js index 039f1463d..28a330abf 100644 --- a/demos/real-world/layout/demo.js +++ b/demos/real-world/layout/demo.js @@ -87,7 +87,7 @@ update: sortableUpdate }); $('#components > dl').draggable({ - connectToSortable: $els, + connectToSortable: $els.not("#trashcan"), helper: 'clone' }) });