|
@@ -105,12 +105,12 @@ function initSortable(boardComponent, $listsDom) {
|
|
$listsDom.sortable({
|
|
$listsDom.sortable({
|
|
handle: '.js-list-handle',
|
|
handle: '.js-list-handle',
|
|
});
|
|
});
|
|
- };
|
|
|
|
|
|
+ }
|
|
if (!Utils.isMiniScreen && showDesktopDragHandles) {
|
|
if (!Utils.isMiniScreen && showDesktopDragHandles) {
|
|
$listsDom.sortable({
|
|
$listsDom.sortable({
|
|
handle: '.js-list-header',
|
|
handle: '.js-list-header',
|
|
});
|
|
});
|
|
- };
|
|
|
|
|
|
+ }
|
|
if ($listDom.data('sortable')) {
|
|
if ($listDom.data('sortable')) {
|
|
$listsDom.sortable(
|
|
$listsDom.sortable(
|
|
'option',
|
|
'option',
|