Commit 6cb4e81c by doszhang

dos

parent 0602c711
...@@ -541,9 +541,11 @@ function checkWord(name,callback) { ...@@ -541,9 +541,11 @@ function checkWord(name,callback) {
} }
else console.log('error'); else console.log('error');
}, },
error: function() { error: function(XMLHttpRequest, textStatus, errorThrown) {
console.log(3556); console.log(XMLHttpRequest.status);
console.log(XMLHttpRequest.readyState);
console.log(textStatus);
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment