Skip to content

Commit 90da0b0

Browse files
committed
move to scripts
1 parent e77bf66 commit 90da0b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

selections/templates/include/scripts.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<script src="https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap4.min.js"></script>
1212

1313
<script src="https://cdn.datatables.net/responsive/2.2.3/js/dataTables.responsive.min.js"></script>
14+
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
1415

1516
<script type="text/javascript">
1617
$(function () {

selections/templates/review_app.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ <h6 class="card-subtitle mb-2 text-muted">Score: {{ score.score }}</h6>
4747
</div>
4848
{% endfor %}
4949
</div>
50-
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
5150
<script src="/static/js/render_pdf.js"></script>
5251
{% endblock %}
5352

0 commit comments

Comments
 (0)