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

(-)a/cataloguing/value_builder/dateaccessioned.pl (-2 lines)
Lines 44-50 function Focus$function_name(event) { Link Here
44
}
44
}
45
45
46
function Click$function_name(event) {
46
function Click$function_name(event) {
47
    event.preventDefault();
48
    set_to_today(event.data.id, 1);
47
    set_to_today(event.data.id, 1);
49
}
48
}
50
49
51
- 

Return to bug 32817