summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 16:27:27 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 16:27:27 +0100
commitad095c1665d254dd971a6f9201c96fd0c697b34b (patch)
tree8f9430ef0f04c907d7bec9de922176bc3cbfbd6d /prefs.js
parente2ec66a823f4dc9c3e289a8bc8b90c297c883ee3 (diff)
MSIE5 compatibility workarounds (3)
Diffstat (limited to 'prefs.js')
-rw-r--r--prefs.js6
1 files changed, 1 insertions, 5 deletions
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 =
"<b>Fatal error:</b> This program needs XmlHttpRequest " +
"to function properly. Your browser doesn't seem to support it.";