.
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
}
|
||||
|
||||
function input_change(evt) {
|
||||
console.log("input change", evt)
|
||||
file = evt.target.files[0];
|
||||
$(evt.target).removeClass("image-ident-warning");
|
||||
$(evt.target).removeClass("image-ident-ok");
|
||||
|
||||
@@ -619,7 +619,6 @@ export function loadCornerstone(main_element, db, images, annotations_to_load, l
|
||||
$("#thumb-" + id).click(selectThumbClick).mousedown(stopEvent);
|
||||
|
||||
let image_url = images[id];
|
||||
console.log(image_url)
|
||||
|
||||
let img;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user