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