From 0894a65f88b57383acae0d66a01a577bf81f4c04 Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 24 Dec 2013 00:14:29 +0100 Subject: [PATCH] quick-reply.js: fix interaction with upload-selection.js --- js/quick-reply.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/quick-reply.js b/js/quick-reply.js index fed865c1..34d1a946 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -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) {