Bugzilla – Attachment #146075: Bug 32817: Fix cataloguing/value_builder/dateaccessioned.pl for
bug #32817
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
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