diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-08-25 16:27:27 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-08-25 16:27:27 +0100 |
| commit | ad095c1665d254dd971a6f9201c96fd0c697b34b (patch) | |
| tree | 8f9430ef0f04c907d7bec9de922176bc3cbfbd6d | |
| parent | e2ec66a823f4dc9c3e289a8bc8b90c297c883ee3 (diff) | |
MSIE5 compatibility workarounds (3)
| -rw-r--r-- | prefs.js | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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."; |