summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-04 11:19:50 +0400
committerAndrew Dolgov <[email protected]>2011-11-04 11:19:50 +0400
commit4515521c5fa6d0513cae854ed08c4a0cc3b3a588 (patch)
treeabb210ef77458c3ba4a9d2f87a5225254a612197
parent1813fe83cc33b8311bed4c5b42939bc3f91a6842 (diff)
add headlines-spacer to auto cached headlines
-rw-r--r--viewfeed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index daaf57aaf..29bda1436 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -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;
}