View | Details | Raw Unified | Return to bug 29963
Collapse All | Expand All

(-)a/cataloguing/value_builder/dateaccessioned.pl (-3 lines)
Lines 41-48 my $builder = sub { Link Here
41
        altInputClass: "input_marceditor flatpickr-input",
41
        altInputClass: "input_marceditor flatpickr-input",
42
        dateFormat: "Y-m-d"
42
        dateFormat: "Y-m-d"
43
    });
43
    });
44
    /* Set current date on page load */
45
    set_to_today($function_name.id);
46
});
44
});
47
45
48
function Focus$function_name(event) {
46
function Focus$function_name(event) {
49
- 

Return to bug 29963