diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 8e7dda7a..4b4e11f3 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -158,7 +158,7 @@ function getJsonToolStateNoId() { - const el = document.getElementById("dicom-image"); + const el = document.getElementById("anatomy-dicom-image"); const c = cornerstone.getEnabledElement(el);