summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-06 09:00:13 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-06 09:00:13 +0300
commitebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050 (patch)
treeab0d1e0f879cb77d0058f472251e23fd21eb89af /client/components/boards
parent972b9b6e9169b92c1a88bbc873313d7eead42f30 (diff)
downloadwekan-ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050.tar.gz
wekan-ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050.tar.bz2
wekan-ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050.zip
Fix lint errors.
Thanks to xet7 !
Diffstat (limited to 'client/components/boards')
-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 ad28fee8..8c45fbe2 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -67,7 +67,7 @@ BlazeComponent.extendComponent({
Utils.goBoardId(res);
}
}
- );
+ );
evt.preventDefault();
},
'click .js-accept-invite'() {