r1893 - trunk/demos/sortable
Author: rdworth
Date: Thu Jan 29 21:28:01 2009
New Revision: 1893
Modified:
trunk/demos/sortable/connect-lists.html
Log:
demos sortable connect-lists: disable text selection
Modified: trunk/demos/sortable/connect-lists.html
==============================================================================
--- trunk/demos/sortable/connect-lists.html (original)
+++ trunk/demos/sortable/connect-lists.html Thu Jan 29 21:28:01 2009
@@ -15,7 +15,7 @@
$(function() {
$("#sortable1, #sortable2").sortable({
connectWith: ['.connectedSortable']
- });
+ }).disableSelection();
});
</script>
</head>