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

(-)a/cataloguing/value_builder/dateaccessioned.pl (-5 lines)
Lines 39-48 my $builder = sub { Link Here
39
    });
39
    });
40
});
40
});
41
41
42
function Focus$function_name(event) {
43
    set_to_today(event.data.id);
44
}
45
46
function Click$function_name(event) {
42
function Click$function_name(event) {
47
    set_to_today(event.data.id, 1);
43
    set_to_today(event.data.id, 1);
48
    return false;
44
    return false;
49
- 

Return to bug 35298