From: Kohei Yoshino Date: Tue, 28 May 2019 18:52:31 +0000 (-0400) Subject: Bug 1553780 - Can't type/paste text into attachment contents and set text/html mimetype X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7daf53037993f69ccbb54708dffd0d61e9b1f790;p=thirdparty%2Fbugzilla.git Bug 1553780 - Can't type/paste text into attachment contents and set text/html mimetype --- diff --git a/js/attachment.js b/js/attachment.js index aa17201b2..414d6754a 100644 --- a/js/attachment.js +++ b/js/attachment.js @@ -631,7 +631,6 @@ Bugzilla.AttachmentForm = class AttachmentForm { this.update_validation(); this.$type_input.value = is_ghpr ? 'text/x-github-pull-request' : ''; this.update_ispatch(is_patch); - this.$type_outer.querySelectorAll('[name]').forEach($input => $input.disabled = has_text); } /**