Index: lams_central/web/includes/javascript/orgGroup.js =================================================================== diff -u -r0b087f6386e7e8cfd72dd34e3eec37533cb97d5f -rf9cf11a96c59e6752e4bdc214a82febf29dfe457 --- lams_central/web/includes/javascript/orgGroup.js (.../orgGroup.js) (revision 0b087f6386e7e8cfd72dd34e3eec37533cb97d5f) +++ lams_central/web/includes/javascript/orgGroup.js (.../orgGroup.js) (revision f9cf11a96c59e6752e4bdc214a82febf29dfe457) @@ -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);