diff options
author | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-15 17:04:16 +0000 |
---|---|---|
committer | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-15 17:04:16 +0000 |
commit | 5e10b44a951a40d9877843b381a5ba6d6c511c48 (patch) | |
tree | 52588c676de8d1f19037ac598a8841269f77b908 | |
parent | 0f11c77bcd05b4b52a7260220f751f29197735e0 (diff) |
Remove unnecessary pasted code.
-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) { |