1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-29 19:37:30 +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
if ($(this).is('#upload_selection')) {
if ($td.is('#upload_selection')) {
$(this).remove();
}