1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 21:15:49 +02:00

Fix notification tweet footer displaying in some tweets (after removing it in a prev commit)

This commit is contained in:
chylex 2016-10-09 15:13:01 +02:00
parent bb5161eb34
commit 25fa3cefab

View File

@ -111,6 +111,7 @@
}));
html.css("border", "0");
html.find("footer").last().remove(); // apparently withTweetActions breaks for certain tweets, nice
var url = html.find("time").first().children("a").first().attr("href") || "";