.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user