summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-01 01:05:02 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-01 01:05:02 +0300
commit83f81f45860f79dadd600842c7b43e85fe94f018 (patch)
tree9ede10df3c147ad9c3550df50d04b2463751d864 /client
parent4785086e2f4b1840d3a3059c2646363b10527d4f (diff)
downloadwekan-83f81f45860f79dadd600842c7b43e85fe94f018.tar.gz
wekan-83f81f45860f79dadd600842c7b43e85fe94f018.tar.bz2
wekan-83f81f45860f79dadd600842c7b43e85fe94f018.zip
Fix prettier.
Diffstat (limited to 'client')
-rw-r--r--client/components/swimlanes/swimlanes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js
index 54bead31..1f4a882b 100644
--- a/client/components/swimlanes/swimlanes.js
+++ b/client/components/swimlanes/swimlanes.js
@@ -105,12 +105,12 @@ function initSortable(boardComponent, $listsDom) {
$listsDom.sortable({
handle: '.js-list-handle',
});
- };
+ }
if (!Utils.isMiniScreen && showDesktopDragHandles) {
$listsDom.sortable({
handle: '.js-list-header',
});
- };
+ }
if ($listDom.data('sortable')) {
$listsDom.sortable(
'option',