Skip to content

Commit

Permalink
headingView updateAria selector updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored Jul 3, 2024
1 parent 314b73d commit 94e942a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/headingView.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class HeadingView extends Backbone.View {
const template = Handlebars.templates[this.constructor.template];
const data = this.model.toJSON();
const $rendered = $(`<div>${template(data)}</div>`);
this.$('.aria-label').html($rendered.find('.aria-label').html());
this.$('.js-a11y-completion-description').html($rendered.find('.js-a11y-completion-description').html());
this.checkCompletion();
}

Expand Down

0 comments on commit 94e942a

Please sign in to comment.