From 453bf2dd82d63b3d4169ce1d8150c89004895a9f Mon Sep 17 00:00:00 2001 From: chylex <info@chylex.com> Date: Sat, 16 Apr 2016 13:56:29 +0200 Subject: [PATCH] Fix notifications removing DM contents --- Resources/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/code.js b/Resources/code.js index b1e70eeb..45107a6b 100644 --- a/Resources/code.js +++ b/Resources/code.js @@ -123,7 +123,7 @@ $(this).html("(quoted tweet)"); }); - body.children().not("p,div.js-quote-detail").remove(); + body.children().not("p,span,div.js-quote-detail").remove(); var characters = html.find(".js-tweet-text:first").text().length; if (characters == 0)return;