.
This commit is contained in:
@@ -51,8 +51,7 @@
|
||||
ocr(evt.target);
|
||||
|
||||
// Check if we have selected a examination type
|
||||
console.log($("#id_examination_from").val())
|
||||
if (!$("#id_examination_to option")) {
|
||||
if (!$("#id_examination_to option").length) {
|
||||
|
||||
var reader = new FileReader();
|
||||
reader.onload = function (file) {
|
||||
|
||||
Reference in New Issue
Block a user