From bb76bc64659c1cda3940e098c8d932f7a3b0664c Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 21 Feb 2007 10:27:53 +0000 Subject: Fix Google spell checking in IE7 (closes #1484259). --- program/js/googiespell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') 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) { -- cgit v1.2.3