mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
properly enable tweet buttons on infloaded headlines
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user