diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-09-11 18:32:47 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-09-11 18:32:47 -0400 |
commit | c84df535b6bdc7260144872fc4e0c241a5a5ad61 (patch) | |
tree | d0e1dfe683fc338298f64e67e69cbbb26455e08c /assets/js/src | |
parent | d8f6d8568396816a6bfaca1e01211384e803cf91 (diff) |
Improve column restrictions
Diffstat (limited to 'assets/js/src')
-rw-r--r-- | assets/js/src/BoardDragAndDrop.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/src/BoardDragAndDrop.js b/assets/js/src/BoardDragAndDrop.js index e84ab2b5..5ff6e76a 100644 --- a/assets/js/src/BoardDragAndDrop.js +++ b/assets/js/src/BoardDragAndDrop.js @@ -16,7 +16,7 @@ Kanboard.BoardDragAndDrop.prototype.dragAndDrop = function() { var params = { forcePlaceholderSize: true, tolerance: "pointer", - connectWith: ".board-task-list", + connectWith: ".sortable-column", placeholder: "draggable-placeholder", items: ".draggable-item", stop: function(event, ui) { |