mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-03 14:34:08 +02:00
Remove unnecessary code from notification html builder
This commit is contained in:
parent
276e070759
commit
9728a62efa
@ -109,9 +109,8 @@
|
|||||||
isMediaPreviewSmall: false,
|
isMediaPreviewSmall: false,
|
||||||
isMediaPreviewLarge: false
|
isMediaPreviewLarge: false
|
||||||
}));
|
}));
|
||||||
|
|
||||||
html.css("border", "0");
|
html.css("border", "0");
|
||||||
html.find(".tweet-body").first().children("footer").remove();
|
|
||||||
|
|
||||||
var url = html.find("time").first().children("a").first().attr("href") || "";
|
var url = html.find("time").first().children("a").first().attr("href") || "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user