Homework
sw 11 years ago
commit a451385d13

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

Loading…
Cancel
Save