diff --git a/lms/static/js/edxnotes/plugins/accessibility.js b/lms/static/js/edxnotes/plugins/accessibility.js index 79972261d8..f9777b328f 100644 --- a/lms/static/js/edxnotes/plugins/accessibility.js +++ b/lms/static/js/edxnotes/plugins/accessibility.js @@ -47,9 +47,8 @@ define(['jquery', 'underscore', 'annotator_1.2.9'], function ($, _, Annotator) { addFocusGrabber: function () { this.focusGrabber = $('', { - 'class': 'sr edx-notes-focus-grabber', - 'tabindex': '-1', - 'text': gettext('Focus grabber') + 'class': 'edx-notes-focus-grabber', + 'tabindex': '-1' }); this.annotator.wrapper.before(this.focusGrabber); },