Commit 53f2bb6c authored by Randall Leeds's avatar Randall Leeds

add annotation class to editor li

parent 58e779d4
......@@ -518,7 +518,7 @@ class Hypothesis extends Annotator
excerpt = $('<li class="paper excerpt">')
excerpt.append($("<blockquote>#{quote}</blockquote>"))
item = $('<li class="paper writer">')
item = $('<li class="annotation paper writer">')
item.append($(Handlebars.templates.editor(annotation)))
@editor.element.find('.annotator-listing').empty()
......
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