summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJozef Selesi <jozefs@users.sourceforge.net>2008-11-15 17:04:16 +0000
committerJozef Selesi <jozefs@users.sourceforge.net>2008-11-15 17:04:16 +0000
commit5e10b44a951a40d9877843b381a5ba6d6c511c48 (patch)
tree52588c676de8d1f19037ac598a8841269f77b908
parent0f11c77bcd05b4b52a7260220f751f29197735e0 (diff)
Remove unnecessary pasted code.
-rw-r--r--modules/comment/views/comment_form.html.php1
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) {