From 25fa3cefab330f0c6854ce5a8c26c75852a9860b Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Sun, 9 Oct 2016 15:13:01 +0200 Subject: [PATCH] Fix notification tweet footer displaying in some tweets (after removing it in a prev commit) --- Resources/Scripts/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index 8e44fd56..70316d11 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -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") || "";