.
This commit is contained in:
@@ -536,8 +536,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
image_set = $("#image_form_set img");
|
//image_set = $("#image_form_set img");
|
||||||
if (n == image_set.length) {
|
//console.log()
|
||||||
|
//if (n == image_set.length) {
|
||||||
const event = new CustomEvent('loadDicomViewer', {
|
const event = new CustomEvent('loadDicomViewer', {
|
||||||
"detail": image_set
|
"detail": image_set
|
||||||
});
|
});
|
||||||
@@ -546,7 +547,7 @@
|
|||||||
sortable('.sortable');
|
sortable('.sortable');
|
||||||
//sortable('.sortable')[0].addEventListener('sortstop', function(e) {
|
//sortable('.sortable')[0].addEventListener('sortstop', function(e) {
|
||||||
updateImagePositions();
|
updateImagePositions();
|
||||||
}
|
//}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user