From db30742f4dfc1f54f762f84f49f9f0543cb63df0 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 23 Mar 2022 22:16:10 +0000 Subject: [PATCH] . --- atlas/templates/atlas/collection_case_view.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_case_view.html b/atlas/templates/atlas/collection_case_view.html index 418dc10c..7b07f69e 100644 --- a/atlas/templates/atlas/collection_case_view.html +++ b/atlas/templates/atlas/collection_case_view.html @@ -20,7 +20,7 @@
-
+
@@ -44,6 +44,10 @@ Return to collection {% endfor %} } + $(document).ready(function () { + window.loadDicomViewer(window.images[0]) + }) + {% endblock js %} \ No newline at end of file