mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
tag 1.4.2.1
git-svn-id: http://xe-core.googlecode.com/svn/trunk@7480 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fae67f375d
commit
d448678c63
6 changed files with 12 additions and 8 deletions
|
|
@ -293,6 +293,7 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp
|
|||
var msg = '';
|
||||
if (textStatus == 'parsererror') {
|
||||
msg = 'The result is not valid XML :\n-------------------------------------\n';
|
||||
if(xhr.responseText == "") return;
|
||||
msg += xhr.responseText.replace(/<[^>]+>/g, '');
|
||||
} else {
|
||||
msg = textStatus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue