diff options
author | Yasar icli <hello@yasaricli.com> | 2015-07-18 13:43:59 +0300 |
---|---|---|
committer | Yasar icli <hello@yasaricli.com> | 2015-07-18 13:43:59 +0300 |
commit | a79599d76c808520d36aa7c19e366906cb89982c (patch) | |
tree | 69c62bf6472a96c529eefaf06e25a99f22c2d274 /client/components/boards | |
parent | 2fb317d753cdf5612d9b90428c223deae683c97b (diff) | |
download | wekan-a79599d76c808520d36aa7c19e366906cb89982c.tar.gz wekan-a79599d76c808520d36aa7c19e366906cb89982c.tar.bz2 wekan-a79599d76c808520d36aa7c19e366906cb89982c.zip |
profile name changed fullname and comma hotfix.
Diffstat (limited to 'client/components/boards')
-rw-r--r-- | client/components/boards/boardList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardList.js b/client/components/boards/boardList.js index 9529af69..f902cc84 100644 --- a/client/components/boards/boardList.js +++ b/client/components/boards/boardList.js @@ -29,7 +29,7 @@ BlazeComponent.extendComponent({ 'click .js-star-board': function(evt) { Meteor.user().toggleBoardStar(this._id); evt.preventDefault(); - }, + } }]; } }).register('boardList'); |