[Koha-patches] [PATCH] Bug 5762 Renew calendar gadget not working in IE

Colin Campbell colin.campbell at ptfs-europe.com
Tue Feb 15 12:02:55 CET 2011


From: Jonathan Field <jonathan.field at ptfs-europe.com>

Remove erroneous trailing comma from javascript

Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
---
 .../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 : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
 			         button : "newduedate_button",
 			         disableFunc : validate1,
-			         dateStatusFunc : validate1,
+			         dateStatusFunc : validate1
 			       }
 			    );
 			//]]>
@@ -22,4 +22,4 @@
 			<p><label>Forgive fines on return: <input type="checkbox" name="exemptfine" value="1" /></label></p>
 		</td>
 	</tr>
-</tfoot>
\ No newline at end of file
+</tfoot>
-- 
1.7.4



More information about the Koha-patches mailing list