Skip to content

Commit

Permalink
Bug 1328464 - The checkbox of "Add me to CC list (follow this bug)" d…
Browse files Browse the repository at this point in the history
…oesn't work
  • Loading branch information
dylanwh committed Jan 4, 2017
1 parent ad7cbed commit e3f7a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/BugModal/web/bug_modal.js
Expand Up @@ -1122,7 +1122,7 @@ $(function() {
// Add user to cc list if they mark the bug as security sensitive
$('.restrict_sensitive')
.change(function(event) {
$('#addselfcc').val($('#addselfcc').val() == 0 ? 1 : 0);
$('#add-self-cc:not(:checked)').attr('checked', true);
});

// product change --> load components, versions, milestones, groups
Expand Down

0 comments on commit e3f7a84

Please sign in to comment.