forked from leftypol/leftypol
fix interaction between quick-reply and upload-selecton
This commit is contained in:
parent
9d8718d01a
commit
1daa46e82c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue