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(); }