.
This commit is contained in:
@@ -85,7 +85,8 @@
|
||||
$("#history").empty().append(data.title);
|
||||
$("#series").empty();
|
||||
data.image_titles.forEach((element, index) => {
|
||||
$("#series").append($(`<span>${index+1}: ${element}</span>`).click(() => {
|
||||
$("#series").append($(`<span class="image-link" title="click to view">${index+1}: ${element}</span> `).click(() => {
|
||||
$("#single-dicom-viewer").empty();
|
||||
let event = new CustomEvent('loadDicomViewerUrls', {
|
||||
"detail": {
|
||||
"images": data.images[index],
|
||||
|
||||
Reference in New Issue
Block a user