summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardList.js
diff options
context:
space:
mode:
authorYasar icli <hello@yasaricli.com>2015-07-18 13:43:59 +0300
committerYasar icli <hello@yasaricli.com>2015-07-18 13:43:59 +0300
commita79599d76c808520d36aa7c19e366906cb89982c (patch)
tree69c62bf6472a96c529eefaf06e25a99f22c2d274 /client/components/boards/boardList.js
parent2fb317d753cdf5612d9b90428c223deae683c97b (diff)
downloadwekan-a79599d76c808520d36aa7c19e366906cb89982c.tar.gz
wekan-a79599d76c808520d36aa7c19e366906cb89982c.tar.bz2
wekan-a79599d76c808520d36aa7c19e366906cb89982c.zip
profile name changed fullname and comma hotfix.
Diffstat (limited to 'client/components/boards/boardList.js')
-rw-r--r--client/components/boards/boardList.js2
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');