mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
#17829374 : Added a feature for Point +, - (contributed by SMaker)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5809 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02b8e5684f
commit
7fe1af11a6
4 changed files with 43 additions and 8 deletions
|
|
@ -49,3 +49,14 @@ function completePointRecal(ret_obj) {
|
|||
exec_xml('point','procPointAdminApplyPoint',params, completePointRecal, response_tags);
|
||||
}
|
||||
}
|
||||
|
||||
function updatePoint(member_srl, action)
|
||||
{
|
||||
var pointEl = jQuery("#point_"+member_srl);
|
||||
var e = jQuery("#update_member_srl").val(member_srl);
|
||||
e = jQuery("#update_action").val(action);
|
||||
e = jQuery("#update_point").val(pointEl.attr("value"));
|
||||
var hF = jQuery("#updateForm").get(0);
|
||||
procFilter(hF, update_point);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue