From 6439ec9aa43e58d97e662ab77d7b997c647bcae4 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 10 Jun 2025 07:12:03 +0100 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 8ddf8439..b9fe9781 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -280,6 +280,7 @@ data-auto-cache-stack=true //cornerstone.reset(dicom_element); ////cornerstone.resize(dicom_element, true); $("#add-finding-button").hide() + $("#clone-finding-button").hide() //$("#finding-form").empty().append( // $("#hidden-form form").clone() //); @@ -288,6 +289,7 @@ data-auto-cache-stack=true $("#cancel-add-finding-button").click((e) => { $("#hidden-form").hide() $("#add-finding-button").show() + $("#clone-finding-button").show() e.preventDefault(); });