From 9b62a2db659431a2f8f22f9647702b61d5c8283b 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 1c0df4c3..73cd2435 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -242,7 +242,7 @@ } // Remove upload selection - if ($(this).is('#upload_selection')) { + if ($td.is('#upload_selection')) { $(this).remove(); }