Skip to content

Commit 93a1fc2

Browse files
authored
Bug 1936614 - The paste-to-create-attachment submits in-progress comment as file comment which isn't expected
1 parent 1ee9cd7 commit 93a1fc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/BugModal/web/bug_modal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1546,7 +1546,6 @@ $(function() {
15461546
file_name: 'pasted.txt',
15471547
summary,
15481548
content_type: 'text/plain',
1549-
comment: event.target.value.trim(),
15501549
});
15511550

15521551
// Reload the page once upload is complete

0 commit comments

Comments
 (0)