From 4505dc339af521c69e3eda5a72a9f12c5ab7e88e Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 8 Jul 2013 11:00:29 -0300 Subject: [PATCH] display send a comment button after reply a comment --- public/javascripts/comment_form.js | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/public/javascripts/comment_form.js b/public/javascripts/comment_form.js index 7dcfefc..d72d894 100644 --- a/public/javascripts/comment_form.js +++ b/public/javascripts/comment_form.js @@ -90,6 +90,5 @@ function save_comment(button) { } function show_display_comment_button() { - if(jQuery('.post_comment_box.opened').length==0) jQuery('.display-comment-form').show(); } -- libgit2 0.21.2