Show More
@@ -425,7 +425,9 b' var ajaxGET = function(url,success) {' | |||||
425 | var callback = { |
|
425 | var callback = { | |
426 | success: success, |
|
426 | success: success, | |
427 | failure: function (o) { |
|
427 | failure: function (o) { | |
428 | alert("error"); |
|
428 | if (o.status != 0) { | |
|
429 | alert("error: " + o.statusText); | |||
|
430 | }; | |||
429 | }, |
|
431 | }, | |
430 | }; |
|
432 | }; | |
431 |
|
433 |
General Comments 0
You need to be logged in to leave comments.
Login now