mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
e361d2e 커밋에서 exec_xml() 함수의 대체가 잘못 수정된 문제
This commit is contained in:
parent
94e2d8e11a
commit
117decebeb
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ function doCallModuleAction(module, action, target_srl) {
|
|||
cur_mid : current_mid,
|
||||
mid : current_mid
|
||||
};
|
||||
exec_xml(module + '.' + action, params, completeCallModuleAction);
|
||||
exec_json(module + '.' + action, params, completeCallModuleAction);
|
||||
}
|
||||
|
||||
function completeCallModuleAction(ret_obj, response_tags) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue