1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:05:56 +00:00

MSIE5 compatibility workarounds

This commit is contained in:
Andrew Dolgov
2005-08-25 16:15:27 +01:00
parent 36bf74967c
commit c0e5a40e73
5 changed files with 53 additions and 60 deletions

View File

@@ -8,6 +8,11 @@ function enableHotkeys() {
hotkeys_enabled = true;
}
function xmlhttp_ready(obj) {
return obj.readyState == 4 || obj.readyState == 0 || !obj.readyState;
}
function notify_callback() {
var container = document.getElementById('notify');
if (xmlhttp.readyState == 4) {