Bugzilla – Attachment 3130 Details for
Bug 5741
Extra comma causes JavaScript error in Internet Explorer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5741-Extra-comma-causes-JavaScript-error.patch (text/plain), 1.01 KB, created by
Owen Leonard
on 2011-02-11 17:42:14 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-02-11 17:42:14 UTC
Size:
1.01 KB
patch
obsolete
>From 0c044eec76d982c023b3dbfe48198d40ee2f8482 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 11 Feb 2011 12:40:12 -0500 >Subject: [PATCH] Fix for Bug 5741 - Extra comma causes JavaScript error in Internet Explorer >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/includes/checkouts-table-footer.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >index 5d05b94..8ae8c65 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >@@ -14,7 +14,7 @@ > ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->", > button : "newduedate_button", > disableFunc : validate1, >- dateStatusFunc : validate1, >+ dateStatusFunc : validate1 > } > ); > //]]> >-- >1.7.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5741
: 3130 |
3154