mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 13:32:16 +09:00
remove alert() when ajax error
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9083 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f1c0f00ccc
commit
200b4df6f9
1 changed files with 6 additions and 4 deletions
|
|
@ -299,7 +299,9 @@ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, resp
|
|||
msg = textStatus;
|
||||
}
|
||||
|
||||
alert(msg);
|
||||
try{
|
||||
console.log(msg);
|
||||
}catch(ee){}
|
||||
}
|
||||
});
|
||||
} catch(e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue