From 82e8e4cbc21e7990cb3f8a38695bc539736d3fb2 Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 21 Feb 2007 10:27:53 +0000 Subject: Fix Google spell checking in IE7 (closes #1484259). git-svn-id: https://svn.roundcube.net/trunk@490 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/googiespell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/googiespell.js b/roundcubemail/program/js/googiespell.js index f318e192c..aa729318b 100755 --- a/roundcubemail/program/js/googiespell.js +++ b/roundcubemail/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) { -- cgit v1.2.3