Commit 4505dc339af521c69e3eda5a72a9f12c5ab7e88e

Authored by Leandro Nunes dos Santos
1 parent bff5794a

display send a comment button after reply a comment

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
public/javascripts/comment_form.js
@@ -90,6 +90,5 @@ function save_comment(button) { @@ -90,6 +90,5 @@ function save_comment(button) {
90 } 90 }
91 91
92 function show_display_comment_button() { 92 function show_display_comment_button() {
93 - if(jQuery('.post_comment_box.opened').length==0)  
94 jQuery('.display-comment-form').show(); 93 jQuery('.display-comment-form').show();
95 } 94 }