From 5e10b44a951a40d9877843b381a5ba6d6c511c48 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Sat, 15 Nov 2008 17:04:16 +0000 Subject: Remove unnecessary pasted code. --- modules/comment/views/comment_form.html.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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) { -- cgit v1.2.3