add headlines-spacer to auto cached headlines

This commit is contained in:
Andrew Dolgov 2011-11-04 11:19:50 +04:00
parent 1813fe83cc
commit 4515521c5f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }