Make list droppable too instead of just the header.

This commit is contained in:
Thomas Tanghus 2012-07-15 12:27:46 +02:00
parent db034f05ca
commit 160e701fbf
1 changed files with 1 additions and 1 deletions

View File

@ -1535,7 +1535,7 @@ Contacts={
return false;
});
var accept = 'li:not([data-bookid="'+b+'"])';
$('#contacts h3[data-id="'+b+'"]').droppable({
$('#contacts h3[data-id="'+b+'"],#contacts ul[data-id="'+b+'"]').droppable({
drop: Contacts.UI.Contacts.drop,
activeClass: 'ui-state-hover',
accept: accept