Skip to content

Commit

Permalink
Updated JS template to remove hiding the mark info button.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevroe committed Mar 28, 2019
1 parent d2b5ce4 commit cf9477a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/templates/JS-Templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h2 class="hideoutline"><a target="_blank" rel="noopener noreferrer" href="{{url
</a>
{{/archived_on}}
</div>
<div class="mark-actions" style="display: none;">
<div class="mark-actions">
<a title="View Mark Info" class="action mark-info" href="#" data-nofade="true" data-action="show_mark_info" data-mark="mark-data-{{mark_id}}">
<i>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 8"><circle cx="18" cy="4" r="4"/><circle cx="32" cy="4" r="4"/><circle cx="4" cy="4" r="4"/></svg>
Expand Down
3 changes: 1 addition & 2 deletions assets/js/templates/unmark-templates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf9477a

Please sign in to comment.