From af4f742d3ecf709f35f588221c6ae8c8be8b4273 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 14 Feb 2024 18:28:38 +0000 Subject: [PATCH] . --- atlas/templates/atlas/collection_viva.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/collection_viva.html b/atlas/templates/atlas/collection_viva.html index a457a6e4..afdb3912 100644 --- a/atlas/templates/atlas/collection_viva.html +++ b/atlas/templates/atlas/collection_viva.html @@ -14,10 +14,10 @@
    {% for case in cases %}
  1. -
    Case {{forloop.counter}}: {{case.title}}   +
    Case {{forloop.counter}}: {{case.title}}   {% comment %} {% endcomment %} {% comment %} {% endcomment %} - +
    Series: @@ -89,6 +89,7 @@ $("#current-case-discussion").text("Discussion: "+case_details['discussion']); $("#current-case-report").text("Report: "+case_details['report']); + console.log($(this).data('type')) if ($(this).data('type') == 'case') { $('#current-case-series').text("Series: All"); } else {