mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
We don't need to reset the form anymore, since it's reset on the server side.
This commit is contained in:
@@ -15,7 +15,6 @@ function ajaxify_comment_form() {
|
||||
$("#gComments .gBlockContent ul:first").append("<li>"+data+"</li>");
|
||||
$("#gComments .gBlockContent ul:first li:last").hide().slideDown();
|
||||
});
|
||||
$("#gComments form").resetForm();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user