fix interaction between quick-reply and upload-selecton

This commit is contained in:
czaks
2014-01-19 14:45:25 -05:00
committed by Michael Foster
parent 1a88ea3271
commit 9b62a2db65
+1 -1
View File
@@ -242,7 +242,7 @@
} }
// Remove upload selection // Remove upload selection
if ($(this).is('#upload_selection')) { if ($td.is('#upload_selection')) {
$(this).remove(); $(this).remove();
} }