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

File diff suppressed because one or more lines are too long

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",

File diff suppressed because one or more lines are too long

5
assets/js/vendor/jquery-1.11.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long