Skip to content

Commit

Permalink
static: new Mirador 3 JS blob for fetching annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Apr 15, 2024
1 parent 07cb201 commit 8900578
Show file tree
Hide file tree
Showing 16 changed files with 156 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
{%- extends config.PREVIEWER_ABSTRACT_TEMPLATE %}

{% block panel %}
<div id="demo"><p>{{ _("Loading...") }}</p></div>
<div id="m3-dist"><p>{{ _("Loading...") }}</p></div>
{% endblock %}

{% block javascript %}
<script src="{{ url_for('static', filename='js/m3/dist/main.js') }}"></script>
<script src="{{ url_for('static', filename='js/mirador3-dist/main.js') }}"></script>
{% endblock javascript %}
18 changes: 0 additions & 18 deletions invenio_app_rdm/theme/static/js/m3/dist/1.main.js

This file was deleted.

1 change: 0 additions & 1 deletion invenio_app_rdm/theme/static/js/m3/dist/3.main.js

This file was deleted.

1 change: 0 additions & 1 deletion invenio_app_rdm/theme/static/js/m3/dist/4.main.js

This file was deleted.

0 comments on commit 8900578

Please sign in to comment.