Wait 200ms before starting drag, to make it easier for twitchy mouses to click on a deck name

This commit is contained in:
Aaron Harsh 2012-02-05 14:00:21 -08:00
parent 254700e872
commit 7e50a80683

View file

@ -79,6 +79,7 @@ body { margin: 1em; -webkit-user-select: none; }
helper: function (event) {
return $(this).clone(false);
},
delay: 200,
opacity: 0.7
});
$("tr.deck").droppable({