mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Add missing semicolon
This commit is contained in:
parent
31b60d82fc
commit
3ad672a20b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ BlazeComponent.extendComponent({
|
|||
commentFormIsOpen.set(true);
|
||||
},
|
||||
'submit .js-new-comment-form'(evt) {
|
||||
const input = this.getInput()
|
||||
const input = this.getInput();
|
||||
const text = input.val().trim();
|
||||
if (text) {
|
||||
CardComments.insert({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue