1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-28 07:01:28 +00:00

Opera compatibility fixes

This commit is contained in:
Andrew Dolgov
2006-02-24 11:15:30 +01:00
parent 98bea1b163
commit 97dcd654bb
7 changed files with 104 additions and 13 deletions

View File

@@ -197,6 +197,8 @@ function toggleCollapseCat(cat) {
function init() {
try {
if (arguments.callee.done) return;
arguments.callee.done = true;
hideOrShowFeeds(document, getCookie("ttrss_vf_hreadf") == 1);
document.onkeydown = hotkey_handler;
parent.setTimeout("timeout()", 0);