mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
스크랩 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2005 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c40dfd2e02
commit
d832370fbe
26 changed files with 235 additions and 2 deletions
|
|
@ -129,3 +129,10 @@ function doChangeCategory(sel_obj, url) {
|
|||
location.href = current_url.setQuery('category',category_srl);
|
||||
}
|
||||
}
|
||||
|
||||
/* 스크랩 */
|
||||
function doScrap(document_srl) {
|
||||
var params = new Array();
|
||||
params["document_srl"] = document_srl;
|
||||
exec_xml("member","procMemberScrapDocument", params, null);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue