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:
parent
bb5161eb34
commit
25fa3cefab
@ -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") || "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user