quick-reply.js: fix interaction with upload-selection.js

This commit is contained in:
czaks 2013-12-24 00:14:29 +01:00
parent 118cd77a4d
commit 0894a65f88

View File

@ -240,6 +240,11 @@
if ($(this).is('#oekaki')) { if ($(this).is('#oekaki')) {
$(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) {