Make list droppable too instead of just the header.
This commit is contained in:
parent
db034f05ca
commit
160e701fbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue