This commit is contained in:
Ross
2022-03-23 22:13:13 +00:00
parent db8972edf2
commit 3c2eb47f1c
@@ -8,7 +8,7 @@
<span class="series-block">
<span>
Series {{ forloop.counter }}:
<a href="loadDicomViewer(window.images[{{forloop.counter0}}])">
<a href="window.loadDicomViewer(window.images[{{forloop.counter0}}])">
{{series.get_block}}
</a>
@@ -44,7 +44,6 @@ Return to <a href='{{collection.get_absolute_url}}'>collection</a>
{% endfor %}
}
loadDicomViewer(window.images[0])
</script>
{% endblock js %}