From 6f9ccd8d71ada98b9b86f690699a9c03f6e99fd0 Mon Sep 17 00:00:00 2001 From: Mark Sadecki Date: Fri, 24 Jun 2016 10:18:41 -0400 Subject: [PATCH] decided to remove the sr class since this span element now has no text content --- lms/static/js/edxnotes/plugins/accessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/js/edxnotes/plugins/accessibility.js b/lms/static/js/edxnotes/plugins/accessibility.js index b8fc52dba7..f9777b328f 100644 --- a/lms/static/js/edxnotes/plugins/accessibility.js +++ b/lms/static/js/edxnotes/plugins/accessibility.js @@ -47,7 +47,7 @@ define(['jquery', 'underscore', 'annotator_1.2.9'], function ($, _, Annotator) { addFocusGrabber: function () { this.focusGrabber = $('', { - 'class': 'sr edx-notes-focus-grabber', + 'class': 'edx-notes-focus-grabber', 'tabindex': '-1' }); this.annotator.wrapper.before(this.focusGrabber);