No options extend

This commit is contained in:
mespeche
2013-09-30 10:23:39 +02:00
parent 2a6c50c865
commit ed335847ce

View File

@@ -235,9 +235,7 @@
.droppable(dropOptions) .droppable(dropOptions)
.sortable(sortOptions); .sortable(sortOptions);
var sortOptionsGroup = { }; $('.place .panel-body').sortable(sortOptions);
$('.place .panel-body').sortable($.extend(sortOptions, sortOptionsGroup));
// let the gallery be droppable as well, accepting items from the trash // let the gallery be droppable as well, accepting items from the trash
$('.remove-from-group', $list) $('.remove-from-group', $list)