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:
parent
ffbb6da4a8
commit
319a4b18ae
@ -250,7 +250,7 @@
|
||||
}
|
||||
|
||||
// Remove upload selection
|
||||
if ($(this).is('#upload_selection')) {
|
||||
if ($td.is('#upload_selection')) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user