diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:27:08 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-20 17:27:08 +0100 |
| commit | 3ed751d40a963ac57590b783d2cff9afa8955d91 (patch) | |
| tree | f096ac792a3a7a1e1228ee04f4ac5aa2a19b83dd /functions.js | |
| parent | 4644efccae3f705586e04d4d9fcfdf849185dc4d (diff) | |
misc fixes for Opera
Diffstat (limited to 'functions.js')
| -rw-r--r-- | functions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.js b/functions.js index e0ddfff12..989a144bd 100644 --- a/functions.js +++ b/functions.js @@ -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; |