user_edit_comment_input.js 76 Bytes
function addUserComment() {
	document.user_edit_comment_form.submit();
}