去掉ajax错误提示

course_group
z9hang 11 years ago
parent 9723d62d16
commit 49beaa4f42

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

Loading…
Cancel
Save