1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 06:25:57 +00:00

add (disabled) function to show original article inline in the content pane

This commit is contained in:
Andrew Dolgov
2008-10-22 08:54:38 +01:00
parent e5f51ff04d
commit 4710e3dc03
5 changed files with 55 additions and 27 deletions

View File

@@ -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");