mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
fix interaction between quick-reply and upload-selecton
This commit is contained in:
parent
1a88ea3271
commit
9b62a2db65
@ -242,7 +242,7 @@
|
||||
}
|
||||
|
||||
// Remove upload selection
|
||||
if ($(this).is('#upload_selection')) {
|
||||
if ($td.is('#upload_selection')) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user