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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user