From 55253e284e6d2c4f569fa075b327136ce1397e3e Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Wed, 29 Mar 2017 16:01:36 +0200 Subject: [PATCH] Add support for 'td-screenshot-remove' class to remove elements from screenshots --- Resources/Scripts/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index ce02df2e..ec6eb2f3 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -323,6 +323,7 @@ } selectedTweet.find(".js-poll-link").remove(); + selectedTweet.find(".td-screenshot-remove").remove(); var testTweet = selectedTweet.clone().css({ position: "absolute",