diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-11-02 16:00:30 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-11-02 16:00:30 +0100 |
| commit | 69d83607a14ec0dbe6483607dd4552f833ad4a61 (patch) | |
| tree | b07ef0571b36aceee5adecbbbdf2b1e5f01388ec /public/assets/js/lib/views/details/commentform.js | |
| parent | c06ed9cc555b915285c62883e12d48d00c142ea8 (diff) | |
fixing comment form add button
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, 0 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/details/commentform.js b/public/assets/js/lib/views/details/commentform.js index abda1e4..dc2ac75 100644 --- a/public/assets/js/lib/views/details/commentform.js +++ b/public/assets/js/lib/views/details/commentform.js @@ -13,7 +13,6 @@ var CommentForm = FormView.extend({ this.__super__.initialize.call(this, opt); this.template = this.$(".template").html(); this.$comment = this.$("[name=comment]"); - console.log("initialize"); }, show: function () { |
