mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
captcha Javascript 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5823 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
834bbb131a
commit
765af8d6de
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ var calledArgs = null;
|
|||
captchaXE.exec= function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
|
||||
if(act == 'procBoardInsertDocument' || act == 'procBoardInsertComment' || act == 'procIssuetrackerInsertIssue' || act == 'procIssuetrackerInsertHistory') {
|
||||
oldExecXml('captcha','setCaptchaSession',new Array(),this.show,new Array('error','message','about','keyword'));
|
||||
calledArgs = args;
|
||||
calledArgs = {'module':module,'act':act,'params':params,'callback_func':callback_func,'response_tags':response_tags,'callback_func_arg':callback_func_arg,'fo_obj':fo_obj}
|
||||
return true;
|
||||
} else {
|
||||
oldExecXml(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue