mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:35:55 +00:00
misc fixes for Opera
This commit is contained in:
@@ -494,6 +494,8 @@ function popupHelp(tid) {
|
||||
|
||||
function hideOrShowFeeds(doc, hide) {
|
||||
|
||||
if (!doc.styleSheets) return;
|
||||
|
||||
var css_rules = doc.styleSheets[0].cssRules;
|
||||
|
||||
if (!css_rules || !css_rules.length) return;
|
||||
|
||||
Reference in New Issue
Block a user