summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-10-22 08:54:38 +0100
committerAndrew Dolgov <[email protected]>2008-10-22 08:54:38 +0100
commit4710e3dc03ca8e03640d06fe0e2f0d28d31da32c (patch)
tree1071516f8744583ed102634e5ccf269600988ec3 /feedlist.js
parente5f51ff04d4cb6d04501ff080df99acd0332b627 (diff)
add (disabled) function to show original article inline in the content pane
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 22b8aeab3..ff4ab7c5a 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -428,6 +428,13 @@ function hide_footer_af(effect) {
if (c) {
c.style.bottom = "0px";
+
+ var ioa = document.getElementById("inline_orig_article");
+
+ if (ioa) {
+ ioa.height = c.offsetHeight;
+ }
+
} else {
var h = document.getElementById("headlines-frame");