add headlines-spacer to auto cached headlines

master
Andrew Dolgov 13 years ago
parent 1813fe83cc
commit 4515521c5f

@ -41,7 +41,7 @@ function headlines_callback2(transport, offset, background) {
feed_id = reply['headlines']['id'];
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;
}

Loading…
Cancel
Save