Add console log for single DICOM viewer load and update HTML element ID
This commit is contained in:
@@ -237,6 +237,7 @@ function loadDicomViewer(images_to_load, annotations_to_load) {
|
||||
console.log("loadDicomViewer", images_to_load);
|
||||
let single_dicom = document.getElementById("single-dicom-viewer");
|
||||
if (single_dicom) {
|
||||
console.log("Load single dicom viewer");
|
||||
$(single_dicom).empty()
|
||||
let images = single_dicom.dataset.images;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user