.
This commit is contained in:
@@ -92,11 +92,6 @@ This series is not associated with any cases.
|
||||
$("#hidden-form").hide()
|
||||
});
|
||||
|
||||
{% if editing_finding > 0 %}
|
||||
$("#hidden-form").show()
|
||||
$(".view-finding-button[data-findingid={{editing_finding}}]").trigger("click");
|
||||
|
||||
{% endif %}
|
||||
|
||||
$("#reset-viewport-button").click(() => {
|
||||
dicom_element = $(".cornerstone-element").get(0);
|
||||
@@ -118,6 +113,12 @@ This series is not associated with any cases.
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
{% if editing_finding > 0 %}
|
||||
$("#hidden-form").show()
|
||||
$(".view-finding-button[data-findingid={{editing_finding}}]").trigger("click");
|
||||
|
||||
{% endif %}
|
||||
});
|
||||
|
||||
function loadAnnotationAndViewportOnElement(annotation, viewport, element) {
|
||||
|
||||
Reference in New Issue
Block a user