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

Remove unnecessary code from notification html builder

This commit is contained in:
chylex 2016-09-30 23:56:27 +02:00
parent 276e070759
commit 9728a62efa

View File

@ -109,9 +109,8 @@
isMediaPreviewSmall: false,
isMediaPreviewLarge: false
}));
html.css("border", "0");
html.find(".tweet-body").first().children("footer").remove();
var url = html.find("time").first().children("a").first().attr("href") || "";