From 1daa46e82cfecddcbbefef1cd575835c4c94743b Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 25 Dec 2013 14:40:57 +0100 Subject: [PATCH] fix interaction between quick-reply and upload-selecton --- js/quick-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/quick-reply.js b/js/quick-reply.js index d0f38e89..81c20a34 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -250,7 +250,7 @@ } // Remove upload selection - if ($(this).is('#upload_selection')) { + if ($td.is('#upload_selection')) { $(this).remove(); }