Update jquery and change sortable settings

This commit is contained in:
Frederic Guillot
2015-10-18 13:19:43 -04:00
parent 7571b78bd1
commit 2f3563714b
5 changed files with 13 additions and 12 deletions

View File

@@ -97,8 +97,7 @@ Board.prototype.dragAndDrop = function() {
var self = this;
var params = {
forcePlaceholderSize: true,
delay: 300,
distance: 5,
tolerance: "pointer",
connectWith: ".board-task-list",
placeholder: "draggable-placeholder",
items: ".draggable-item",