summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-25 19:55:14 +0100
committerAndrew Dolgov <[email protected]>2006-02-25 19:55:14 +0100
commit77d519852a49349530b45c99155175a59677f6ff (patch)
treee83fe6fb83266cd738775d226091b4e6f0cd4416 /tt-rss.js
parente0b6a7378ebf7fe546d4a8352c90cf7c1f26e2b7 (diff)
disable headline height fix for Opera
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 758db7715..2a7566a5f 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -425,13 +425,13 @@ function init_second_stage() {
if (navigator.userAgent.match("Opera")) {
resize_feeds_frame();
- // fix headlines frame height for Opera
+/* // fix headlines frame height for Opera
var h = document.getElementById("headlines");
var c = document.getElementById("content");
var nh = document.body.scrollHeight * 0.25;
h.style.height = nh + "px";
- c.style.height = c.scrollHeight - nh + "px";
+ c.style.height = c.scrollHeight - nh + "px"; */
}