mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
MSIE5 compatibility workarounds (3)
This commit is contained in:
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.";
|
||||
|
||||
Reference in New Issue
Block a user