去掉ajax错误提示

This commit is contained in:
z9hang 2014-10-24 10:47:20 +08:00
parent 9723d62d16
commit 49beaa4f42
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
if (textStatus == 'success') {
eval(xhr.responseText);
} else if (textStatus == 'error') {
alert('error');
// alert('error');
}
}