summaryrefslogtreecommitdiff
path: root/prefs.js
diff options
context:
space:
mode:
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.";