Fix Google spell checking in IE7 (closes #1484259).

release-0.6
svncommit 19 years ago
parent 6ea80c84af
commit bb76bc6465

@ -301,7 +301,7 @@ var AJS = {
var onreadystatechange = function () {
if (req.readyState == 4) {
try {
status = req.status;
var status = req.status;
}
catch(e) {};
if(status == 200 || status == 304 || req.responseText == null) {

Loading…
Cancel
Save