mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
issue 1357 although ajax return value is success, but server return value is fail...
so, duplicate check varialbe should be reset. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10249 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
782ca663af
commit
dc453b7ffc
1 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp
|
|||
|
||||
if(!resp_xml) {
|
||||
alert(_xhr.responseText);
|
||||
filterWait[fo_obj.id] = '';
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
@ -267,6 +268,7 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp
|
|||
}
|
||||
|
||||
alert( (ret['message']||'An unknown error occured while loading ['+module+'.'+act+']').replace(/\\n/g, '\n') );
|
||||
filterWait[fo_obj.id] = '';
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue