From ecce15895d1e81083981ac71a6b6cf89bbad6031 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 30 Jan 2009 05:28:01 +0000 Subject: demos sortable connect-lists: disable text selection --- demos/sortable/connect-lists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/sortable/connect-lists.html b/demos/sortable/connect-lists.html index 99ed330a3..e0f0c40f3 100644 --- a/demos/sortable/connect-lists.html +++ b/demos/sortable/connect-lists.html @@ -15,7 +15,7 @@ $(function() { $("#sortable1, #sortable2").sortable({ connectWith: ['.connectedSortable'] - }); + }).disableSelection(); }); -- cgit v1.2.3