summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/details/commentform.js
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-11-02 16:00:30 +0100
committerjulian laplace <julescarbon@gmail.com>2022-11-02 16:00:30 +0100
commit69d83607a14ec0dbe6483607dd4552f833ad4a61 (patch)
treeb07ef0571b36aceee5adecbbbdf2b1e5f01388ec /public/assets/js/lib/views/details/commentform.js
parentc06ed9cc555b915285c62883e12d48d00c142ea8 (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.js1
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 () {