decided to remove the sr class since this span element now has no text content

This commit is contained in:
Mark Sadecki
2016-06-24 10:18:41 -04:00
parent 87ea169ae5
commit 6f9ccd8d71

View File

@@ -47,7 +47,7 @@ define(['jquery', 'underscore', 'annotator_1.2.9'], function ($, _, Annotator) {
addFocusGrabber: function () {
this.focusGrabber = $('<span />', {
'class': 'sr edx-notes-focus-grabber',
'class': 'edx-notes-focus-grabber',
'tabindex': '-1'
});
this.annotator.wrapper.before(this.focusGrabber);