This commit is contained in:
sw 2014-10-24 11:39:03 +08:00
commit a451385d13
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');
}
}