Commit 8deb69de authored by Jake Hartnell's avatar Jake Hartnell

Fix #2452

parent 7df1b7fd
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<i class="h-icon-border-color" ng-show="vm.isHighlight() && !vm.editing" title="This is a highlight. Click 'edit' to add a note or tag."></i> <i class="h-icon-border-color" ng-show="vm.isHighlight() && !vm.editing" title="This is a highlight. Click 'edit' to add a note or tag."></i>
<span ng-show="vm.isPrivate() && !vm.editing" <span ng-show="vm.isPrivate() && !vm.editing"
title="This annotation is visible only to you."> title="This annotation is visible only to you.">
<i class="h-icon-lock"></i> Private <i class="h-icon-lock"></i> Only Me
</span> </span>
<span class="annotation-citation" <span class="annotation-citation"
ng-if="!vm.embedded" ng-if="!vm.embedded"
......
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