mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Checklist Mini-Screen, appendTo: 'parent' not necessary anymore
- obsolete since commit c7808c5c03
This commit is contained in:
parent
b7137e617e
commit
5578949bf5
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ BlazeComponent.extendComponent({
|
||||||
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
|
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
|
||||||
$(self.itemsDom).sortable({
|
$(self.itemsDom).sortable({
|
||||||
handle: 'span.fa.checklistitem-handle',
|
handle: 'span.fa.checklistitem-handle',
|
||||||
appendTo: 'parent',
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue