Skip to content

Commit

Permalink
Tweak anchor name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Oct 30, 2024
1 parent 2d9f9f7 commit 2fb7b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/BugModal/web/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2fb7b7d

Please sign in to comment.