fix interaction between quick-reply and upload-selecton

This commit is contained in:
czaks 2013-12-25 14:40:57 +01:00 committed by Michael Foster
parent dcf21eb6c6
commit f6529b08b9

View File

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