diff --git a/js/quick-reply.js b/js/quick-reply.js index 0abf4be3..3fcdb331 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -122,6 +122,11 @@ var show_quick_reply = function(){ $td.find('input[name="file_url"]').removeAttr('id'); } } + + // Remove mod controls, because it looks shit. + if ($td.find('input[type="checkbox"]').length) { + $(this).remove(); + } } });