From: Andrew Dolgov Date: Thu, 25 Aug 2005 15:27:27 +0000 (+0100) Subject: MSIE5 compatibility workarounds (3) X-Git-Tag: 20050826-1~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ad095c1665d254dd971a6f9201c96fd0c697b34b;p=tt-rss.git MSIE5 compatibility workarounds (3) --- diff --git a/prefs.js b/prefs.js index b6270a6d..e133867c 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.";