mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:15:55 +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 {
|
try {
|
||||||
if (infscroll_req == false) {
|
if (infscroll_req == false) {
|
||||||
$("headlines-frame").scrollTop = 0;
|
$("headlines-frame").scrollTop = 0;
|
||||||
|
|
||||||
|
Element.hide("floatingTitle");
|
||||||
|
$("floatingTitle").setAttribute("rowid", 0);
|
||||||
|
$("floatingTitle").innerHTML = "";
|
||||||
}
|
}
|
||||||
} catch (e) { };
|
} catch (e) { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user