We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77bf66 commit 90da0b0Copy full SHA for 90da0b0
selections/templates/include/scripts.html
@@ -11,6 +11,7 @@
11
<script src="https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap4.min.js"></script>
12
13
<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>
15
16
<script type="text/javascript">
17
$(function () {
selections/templates/review_app.html
@@ -47,7 +47,6 @@ <h6 class="card-subtitle mb-2 text-muted">Score: {{ score.score }}</h6>
47
</div>
48
{% endfor %}
49
50
- <script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
51
<script src="/static/js/render_pdf.js"></script>
52
{% endblock %}
53
0 commit comments