fix interaction between quick-reply and upload-selecton

This commit is contained in:
czaks 2013-12-25 14:40:57 +01:00
parent 9d8718d01a
commit 1daa46e82c

View File

@ -250,7 +250,7 @@
} }
// Remove upload selection // Remove upload selection
if ($(this).is('#upload_selection')) { if ($td.is('#upload_selection')) {
$(this).remove(); $(this).remove();
} }