diff --git a/extensions/BugModal/web/comments.js b/extensions/BugModal/web/comments.js index 5bf4f00625..227073907f 100644 --- a/extensions/BugModal/web/comments.js +++ b/extensions/BugModal/web/comments.js @@ -536,7 +536,7 @@ Bugzilla.BugModal.CommentReactions = class CommentReactions { /** @type {Number} */ this.commentId = Number(/** @type {HTMLElement} */ ($wrapper.parentElement.querySelector('.comment')).dataset.id); /** @type {string} */ - this.anchorName = `--comment-reactions-${this.commentId}`; + this.anchorName = `--comment-${this.commentId}-reactions`; // Users cannot react on old bugs if (!this.$anchor) {