.
This commit is contained in:
@@ -78,8 +78,8 @@ window.loadDicomViewerEvent = new Event('loadDicomViewer');
|
||||
window.addEventListener('loadDicomViewer', function (e) {
|
||||
console.log("listen", e.detail)
|
||||
let images = [];
|
||||
console.log($("#images img"));
|
||||
$("#images img").each((n, el) => {
|
||||
console.log($("#image_form_set img"));
|
||||
$("#image_form_set img").each((n, el) => {
|
||||
images.push($(el).attr("src"));
|
||||
} );
|
||||
console.log("listen2", images)
|
||||
|
||||
Reference in New Issue
Block a user