From 56596df0071439f1fc5fbb4bf8448ee01fd4ec51 Mon Sep 17 00:00:00 2001 From: Jonathan Field Date: Tue, 15 Feb 2011 10:57:18 +0000 Subject: [PATCH] Bug 5762 Renew calendar gadget not working in IE Content-Type: text/plain; charset="utf-8" Remove erroneous trailing comma from javascript Signed-off-by: Colin Campbell --- .../prog/en/includes/checkouts-table-footer.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 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..df1acbf 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 : "", button : "newduedate_button", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> @@ -22,4 +22,4 @@

- \ No newline at end of file + -- 1.7.4