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