function doCancelDeclare() { var comment_srl = new Array(); $('#fo_list input[name="cart[]"]:checked').each(function() { comment_srl.push($(this).val()); }); if (comment_srl.length < 1) { return; } var params = { comment_srl: comment_srl.join(',') }; Rhymix.ajax('comment.procCommentAdminCancelDeclare', params, function() { location.reload(); }); } function insertSelectedModule(id, module_srl, mid, browser_title) { location.href = current_url.setQuery('module_srl',module_srl); } function completeAddCart(ret_obj, response_tags) { } function getCommentList() { var commentListTable = jQuery('#commentListTable'); var cartList = []; commentListTable.find(':checkbox[name=cart]').each(function(){ if(this.checked) cartList.push(this.value); }); var params = new Array(); var response_tags = ['error','message', 'comment_list']; params["comment_srls"] = cartList.join(","); exec_xml('comment','procCommentGetList',params, completeGetCommentList, response_tags); } function completeGetCommentList(ret_obj, response_tags) { var htmlListBuffer = ''; if(ret_obj['comment_list'] == null) { htmlListBuffer = '