.
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
if (file_drop_number < 1) {
|
||||
toastr.warning(`Drop failed (no files), try again.`);
|
||||
} else {
|
||||
toastr.warning(`Loading ${file_drop_number} dropped image(s).`);
|
||||
toastr.info(`Loading ${file_drop_number} dropped image(s).`);
|
||||
}
|
||||
|
||||
// Loop through each dropped file and try to assign to an
|
||||
@@ -348,7 +348,7 @@
|
||||
}
|
||||
|
||||
async function loadDicomViewerAndFileImages(callback) {
|
||||
$("#single-dicom-viewer").empty()
|
||||
//$("#single-dicom-viewer").empty()
|
||||
//images = []
|
||||
//Function that returns a promise to read the file
|
||||
const reader = (file) => {
|
||||
|
||||
Reference in New Issue
Block a user