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