mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
hide floatingTitle when first batch of headlines is received
This commit is contained in:
@@ -55,6 +55,10 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
|
||||
try {
|
||||
if (infscroll_req == false) {
|
||||
$("headlines-frame").scrollTop = 0;
|
||||
|
||||
Element.hide("floatingTitle");
|
||||
$("floatingTitle").setAttribute("rowid", 0);
|
||||
$("floatingTitle").innerHTML = "";
|
||||
}
|
||||
} catch (e) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user