]> git.wh0rd.org - tt-rss.git/blobdiff - feedlist.js
add (disabled) function to show original article inline in the content pane
[tt-rss.git] / feedlist.js
index 22b8aeab3b434e5d1b0f81d3d003677c11e70d31..ff4ab7c5afb298851746f2fc2b74d70cc111a291 100644 (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");