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

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

Return to bug 32817