diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2008-09-03 14:53:30 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2008-09-03 14:53:30 +0000 |
commit | 4ea6490a7b0e3012fdb584dc4d9d36de2ab46a2c (patch) | |
tree | ea4692b135d761350676d73c525a7ac0414fa2fd /demos | |
parent | dc92efc6e80d8615f0413be974a73290e291eef5 (diff) | |
download | jquery-ui-4ea6490a7b0e3012fdb584dc4d9d36de2ab46a2c.tar.gz jquery-ui-4ea6490a7b0e3012fdb584dc4d9d36de2ab46a2c.zip |
layout demo: exclude trash for new components
Diffstat (limited to 'demos')
-rw-r--r-- | demos/real-world/layout/demo.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' }) }); |