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 {