diff options
| author | pep <yes@peepee.me> | 2020-07-28 21:29:32 +0000 |
|---|---|---|
| committer | pep <yes@peepee.me> | 2020-07-28 21:29:32 +0000 |
| commit | a7aea69687eb268807aa4a86d9188004fe5cb6c7 (patch) | |
| tree | d91ffe93b934f5e61cb6aa02e92030e00a5d13f2 /public/assets/js/lib/views/details/commentform.js | |
| parent | d051c6d71f2d2e24ca113f127ff7e0b143d0042a (diff) | |
fixed minor thing
Diffstat (limited to 'public/assets/js/lib/views/details/commentform.js')
| -rw-r--r-- | public/assets/js/lib/views/details/commentform.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/details/commentform.js b/public/assets/js/lib/views/details/commentform.js index 51295cb..f3d79ac 100644 --- a/public/assets/js/lib/views/details/commentform.js +++ b/public/assets/js/lib/views/details/commentform.js @@ -54,6 +54,7 @@ var CommentForm = FormView.extend({ // window.location.reload() console.log(this) console.log(this.parent) + console.log("this is data") console.log(data) data.comment && this.parent.comments.load([data.comment]) data.files && this.parent.files.load(data.files) |
