diff --git a/demo/soudan.js b/demo/soudan.js index 90d5652..f8a19de 100644 --- a/demo/soudan.js +++ b/demo/soudan.js @@ -1,11 +1,11 @@ -function commentForm(parent) { +function commentForm(parentId) { return `
- +
`; }