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:
flyskyko 2011-09-07 08:43:27 +00:00
parent f1c0f00ccc
commit 200b4df6f9

View file

@ -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) {