No options extend
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user