diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-04-06 09:00:13 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-04-06 09:00:13 +0300 |
commit | ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050 (patch) | |
tree | ab0d1e0f879cb77d0058f472251e23fd21eb89af /client | |
parent | 972b9b6e9169b92c1a88bbc873313d7eead42f30 (diff) | |
download | wekan-ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050.tar.gz wekan-ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050.tar.bz2 wekan-ebfc8e5a1bd4cbc5cf6e37a913bc8eb231566050.zip |
Fix lint errors.
Thanks to xet7 !
Diffstat (limited to 'client')
-rw-r--r-- | client/components/boards/boardsList.js | 2 |
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'() { |