git-svn-id: http://xe-core.googlecode.com/svn/trunk@1598 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-12 04:03:31 +00:00
parent 7f09c45696
commit 8e8ea521f0
3 changed files with 8 additions and 14 deletions

View file

@ -17,12 +17,6 @@ function doAddCart(mid, obj) {
exec_xml("board","procBoardAdminAddCart", params, null);
}
/* 글쓰기 submit */
function doSubmit() {
var fo_obj = xGetElementById('fo_write');
procFilter(fo_obj, insert);
}
/* 글쓰기 작성후 */
function completeDocumentInserted(ret_obj) {
var error = ret_obj['error'];
@ -79,12 +73,6 @@ function completeReload(ret_obj) {
location.href = location.href;
}
/* 댓글쓰기 submit */
function doCommentSubmit() {
var fo_obj = xGetElementById('fo_comment_write');
procFilter(fo_obj, insert_comment);
}
/* 댓글 글쓰기 작성후 */
function completeInsertComment(ret_obj) {
var error = ret_obj['error'];