This commit is contained in:
Ross
2021-10-30 23:19:29 +01:00
parent f2f4c17cc4
commit 49962de3f7
+1 -2
View File
@@ -51,8 +51,7 @@
ocr(evt.target); ocr(evt.target);
// Check if we have selected a examination type // Check if we have selected a examination type
console.log($("#id_examination_from").val()) if (!$("#id_examination_to option").length) {
if (!$("#id_examination_to option")) {
var reader = new FileReader(); var reader = new FileReader();
reader.onload = function (file) { reader.onload = function (file) {