Remove unnecessary pasted code.

This commit is contained in:
Jozef Selesi
2008-11-15 17:04:16 +00:00
parent 0f11c77bcd
commit 5e10b44a95

View File

@@ -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) {