mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
add headlines-spacer to auto cached headlines
This commit is contained in:
@@ -41,7 +41,7 @@ function headlines_callback2(transport, offset, background) {
|
|||||||
feed_id = reply['headlines']['id'];
|
feed_id = reply['headlines']['id'];
|
||||||
|
|
||||||
if (background) {
|
if (background) {
|
||||||
cache_headlines(feed_id, is_cat, reply['headlines']['toolbar'], reply['headlines']['content']);
|
cache_headlines(feed_id, is_cat, reply['headlines']['toolbar'], reply['headlines']['content'] + "<div id='headlines-spacer'></div>");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user