.
This commit is contained in:
@@ -159,7 +159,8 @@ window.addEventListener('loadDicomViewer', function (e) {
|
||||
|
||||
window.loadDicomViewerEvent = new Event('loadDicomViewerUrls');
|
||||
window.addEventListener('loadDicomViewerUrls', function (e) {
|
||||
loadDicomViewer(e.detail);
|
||||
|
||||
loadDicomViewer(e.detail.images, e.detail.annotations);
|
||||
}, false);
|
||||
|
||||
function loadDicomViewer(images_to_load, annotations_to_load) {
|
||||
|
||||
Reference in New Issue
Block a user