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

Fix incorrect cursor when hovering over quoted tweet in notification

Closes 
This commit is contained in:
chylex 2017-01-23 01:00:16 +01:00
parent 09e5636e86
commit a474ba4260

View File

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