# HG changeset patch # User Franck Deroche # Date 1253279889 -7200 # Node ID af4b3c09cc1068ff4fecbe9444633ce284e5e4a0 # Parent 3a8422ac941c5904dc4de3dfddc2478afa6216f5 Add CSS style helping the end user visualize the dropped item diff -r 3a8422ac941c -r af4b3c09cc10 js/dnd-library.js --- a/js/dnd-library.js Fri Sep 18 15:17:42 2009 +0200 +++ b/js/dnd-library.js Fri Sep 18 15:18:09 2009 +0200 @@ -221,7 +221,7 @@ $(target).bind('dnd_delete', function(e, data) { Drupal.behaviors.dndLibrary.countElements(target, $(data.node).attr('dnd_id'), true); }); - $('head', $(this).contents()).append(''); + $('head', $(this).contents()).append(''); return this; }); },