From cf2a235224bd8199cbf8ead12bbf962945301686 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Wed, 10 Jan 2024 11:48:44 -0500 Subject: [PATCH] Bug 1873913 - The request information feature no longer autofills the selected person's email into the text box --- extensions/BugModal/web/bug_modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/BugModal/web/bug_modal.js b/extensions/BugModal/web/bug_modal.js index 0c88258f53..6c55ae1229 100644 --- a/extensions/BugModal/web/bug_modal.js +++ b/extensions/BugModal/web/bug_modal.js @@ -1586,7 +1586,7 @@ $(function() { }); // dirty field tracking - $('#changeform select') + $('#changeform bz-select') .change(function() { var that = $(this); var dirty = $('#' + that.attr('id') + '-dirty');