MSIE5 compatibility workarounds (3)
This commit is contained in:
parent
e2ec66a823
commit
ad095c1665
6
prefs.js
6
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.";
|
||||
|
|
Loading…
Reference in New Issue