From afd6b10f090cce2b9e4435dcc4c741c9dacd6891 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Wed, 18 Jul 2012 16:08:58 +0200 Subject: [PATCH] Tweak dragging. --- js/contacts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/contacts.js b/js/contacts.js index 990d83c0..6186b5e1 100644 --- a/js/contacts.js +++ b/js/contacts.js @@ -1592,9 +1592,10 @@ Contacts={ }); if($('#contacts h3').length > 1) { $('#contacts li,#contacts h3').draggable({ + distance: 10, revert: 'invalid', axis: 'y', containment: '#contacts', - scroll: true, scrollSensitivity: 100, + scroll: true, scrollSensitivity: 40, opacity: 0.7, helper: 'clone' }); } else {