From ad095c1665d254dd971a6f9201c96fd0c697b34b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Aug 2005 16:27:27 +0100 Subject: MSIE5 compatibility workarounds (3) --- prefs.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'prefs.js') diff --git a/prefs.js b/prefs.js index b6270a6df..e133867c7 100644 --- a/prefs.js +++ b/prefs.js @@ -278,11 +278,7 @@ function init() { // IE kludge - if (xmlhttp && !xmlhttp_rpc) { - xmlhttp_rpc = xmlhttp; - } - - if (!xmlhttp || !xmlhttp_rpc) { + if (!xmlhttp) { document.getElementById("prefContent").innerHTML = "Fatal error: This program needs XmlHttpRequest " + "to function properly. Your browser doesn't seem to support it."; -- cgit v1.2.3