1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-30 20:03:45 +01:00

fix interaction between quick-reply and upload-selecton

This commit is contained in:
czaks 2013-12-25 14:40:57 +01:00
parent ffbb6da4a8
commit 319a4b18ae

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