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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user