This commit is contained in:
Ross
2021-10-30 00:23:40 +01:00
parent 348c68322f
commit 4a68cd9a28
+2 -1
View File
@@ -144,6 +144,8 @@
) )
} }
}) })
loadDicomViewer();
} }
@@ -154,7 +156,6 @@
console.log("input change1"); console.log("input change1");
console.log("input change", this); console.log("input change", this);
ocr(this); ocr(this);
loadDicomViewer();
}); });