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(); });