summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-16 03:15:14 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-16 03:15:14 +0300
commit3718dd4d45f4ec364165f63402d4758f424c5bd1 (patch)
tree8cdbffe80e4bfc5f62bd65385e86e78792031fe8 /client
parent506a747fcef19423886fbf3eb4833e59c99a00a2 (diff)
downloadwekan-3718dd4d45f4ec364165f63402d4758f424c5bd1.tar.gz
wekan-3718dd4d45f4ec364165f63402d4758f424c5bd1.tar.bz2
wekan-3718dd4d45f4ec364165f63402d4758f424c5bd1.zip
Fix lint.
Diffstat (limited to 'client')
-rw-r--r--client/components/boards/boardsList.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index ddc10324..eee119ea 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -72,7 +72,7 @@ BlazeComponent.extendComponent({
// Disable drag-dropping if the current user is not a board member or is comment only
this.autorun(() => {
- if (Utils.isMiniScreen()) {
+ if (Utils.isMiniScreen()) {
$boards.sortable({
handle: '.board-handle',
});