mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01: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);
|
commentFormIsOpen.set(true);
|
||||||
},
|
},
|
||||||
'submit .js-new-comment-form'(evt) {
|
'submit .js-new-comment-form'(evt) {
|
||||||
const input = this.getInput()
|
const input = this.getInput();
|
||||||
const text = input.val().trim();
|
const text = input.val().trim();
|
||||||
if (text) {
|
if (text) {
|
||||||
CardComments.insert({
|
CardComments.insert({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue