Make list droppable too instead of just the header.

remotes/origin/stable45
Thomas Tanghus 13 years ago
parent db034f05ca
commit 160e701fbf
  1. 2
      apps/contacts/js/contacts.js

@ -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…
Cancel
Save