Index: lams_central/web/includes/javascript/orgGroup.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/orgGroup.js,v diff -u -r1.4 -r1.5 --- lams_central/web/includes/javascript/orgGroup.js 25 Sep 2013 10:08:40 -0000 1.4 +++ lams_central/web/includes/javascript/orgGroup.js 5 Dec 2013 12:52:23 -0000 1.5 @@ -188,7 +188,7 @@ if (canEdit) { $(container).droppable({ 'activeClass' : 'droppableHighlight', - 'tolerance' : 'touch', + 'tolerance' : 'pointer', 'drop' : function (event, ui) { var draggableUserContainer = $(ui.draggable).parent(); var thisUserContainer = $('.userContainer', this);