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:
ovclas 2012-02-28 09:02:47 +00:00
parent 782ca663af
commit dc453b7ffc

View file

@ -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;
}