]> git.wh0rd.org - tt-rss.git/commitdiff
MSIE5 compatibility workarounds (3)
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 25 Aug 2005 15:27:27 +0000 (16:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 25 Aug 2005 15:27:27 +0000 (16:27 +0100)
prefs.js

index b6270a6df48e22b496330af0a3c559453c6b0ecb..e133867c70abecc1155ebcd442ec056125d6c69d 100644 (file)
--- 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 = 
                        "<b>Fatal error:</b> This program needs XmlHttpRequest " + 
                        "to function properly. Your browser doesn't seem to support it.";