diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-30 00:23:38 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-30 00:23:38 +0200 |
| commit | be6d4251172c1a13b2777ac09026f75744b8b0e4 (patch) | |
| tree | bf1f893df68266ff5f82574c64f9728fd6cf972e /public/assets/js/lib/views | |
| parent | e3470c87f08b8f3134716c5a16daad4a2c572212 (diff) | |
check string
Diffstat (limited to 'public/assets/js/lib/views')
| -rw-r--r-- | public/assets/js/lib/views/index/hootbox.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/hootbox.js b/public/assets/js/lib/views/index/hootbox.js index a5d2270..c874e74 100644 --- a/public/assets/js/lib/views/index/hootbox.js +++ b/public/assets/js/lib/views/index/hootbox.js @@ -29,6 +29,7 @@ var HootBox = FormView.extend({ }, parse: function (comment) { + console.log(comment); var t = this.template .replace(/{{image}}/g, profile_image(comment.username)) .replace(/{{username}}/g, comment.username) |
