summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-19 03:58:00 +0100
committerAndrew Dolgov <[email protected]>2006-05-19 03:58:00 +0100
commitcaa53a7cb1fb1a52daf561209ea4aaceb4578bfc (patch)
tree3dc961f25fcfe5f6b47b897b17b72f782853687b /tt-rss.js
parentf3477b4056267d3ce041cbcb461ef07ce1ebddd1 (diff)
remove backend/error msg calls on iframe init, recolor notify error
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 3faf59d4f..528a0000b 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -441,6 +441,9 @@ function init_second_stage() {
// FIXME should be callled after window resize
+ var h = document.getElementById("headlines");
+ var c = document.getElementById("content");
+
if (navigator.userAgent.match("Opera")) {
resize_feeds_frame();