mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6333 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e8476eba00
commit
5f4e8752bf
4 changed files with 39 additions and 1 deletions
|
|
@ -60,3 +60,11 @@ function updatePoint(member_srl, action)
|
|||
procFilter(hF, update_point);
|
||||
}
|
||||
|
||||
|
||||
function doPointReset(module_srls) {
|
||||
var params = new Array();
|
||||
var response_tags = new Array('error','message');
|
||||
params['module_srls'] = module_srls;
|
||||
|
||||
exec_xml('point','procPointAdminReset',params,function(ret_obj) {alert(ret_obj['message']);}, response_tags);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue