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