1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-26 11:59:02 +02:00

MSIE5 compatibility workarounds (3)

This commit is contained in:
Andrew Dolgov 2005-08-25 16:27:27 +01:00
parent e2ec66a823
commit ad095c1665

View File

@ -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.";