diff options
-rw-r--r-- | modules/comment/views/comment_form.html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/views/comment_form.html.php b/modules/comment/views/comment_form.html.php index cc2c4028..f96023a6 100644 --- a/modules/comment/views/comment_form.html.php +++ b/modules/comment/views/comment_form.html.php @@ -10,7 +10,6 @@ function show_comment_add_form(url) { } function ajaxify_comment_add_form() { - $("#gLoginMenu form ul").addClass("gInline"); $("form#gComment").ajaxForm({ target: "#gAddCommentFormContainer", success: function(responseText, statusText) { |