diff options
-rwxr-xr-x | program/js/googiespell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/googiespell.js b/program/js/googiespell.js index f318e192c..aa729318b 100755 --- a/program/js/googiespell.js +++ b/program/js/googiespell.js @@ -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) { |