summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viewfeed.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/viewfeed.js b/viewfeed.js
index fbcba1489..7fe83b42e 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -143,6 +143,10 @@ function headlines_callback2(transport, feed_cur_page) {
c.attr('content', c.attr('content') +
headlines_content.firstChild.nodeValue);
+ $$("#headlines-frame a.twitter-share-button").each(
+ function(btn) { var tbtn = new twttr.TweetButton(btn);
+ tbtn.render(); });
+
console.log("restore selected ids: " + ids);
for (var i = 0; i < ids.length; i++) {