mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
quick-reply.js: fix interaction with upload-selection.js
This commit is contained in:
parent
118cd77a4d
commit
0894a65f88
@ -240,6 +240,11 @@
|
||||
if ($(this).is('#oekaki')) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
// Remove upload selection
|
||||
if ($(this).is('#upload_selection')) {
|
||||
$(this).remove();
|
||||
}
|
||||
|
||||
// Remove mod controls, because it looks shit.
|
||||
if ($td.find('input[type="checkbox"]').length) {
|
||||
|
Loading…
Reference in New Issue
Block a user