Commit 6f9ccd8d by Mark Sadecki

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

parent 87ea169a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment