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

(-)a/cataloguing/value_builder/marc21_field_005.pl (-2 lines)
Lines 34-40 my $builder = sub { Link Here
34
34
35
function Focus$function_name(event) {
35
function Focus$function_name(event) {
36
    document.getElementById(event.data.id).value='$date';
36
    document.getElementById(event.data.id).value='$date';
37
    return 0;
38
}
37
}
39
38
40
</script>
39
</script>
41
- 

Return to bug 32818