11 Jan
2024
11 Jan
'24
6:51 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35341 --- Comment #33 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Wondering if we really need this btw, but it should not harm either: diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc index f027552053..076820873b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc @@ -200,6 +200,7 @@ fp.set("maxDate", now.setMinutes(now.getMinutes() + 1)); }, 30000); } + return fp; } $(document).ready(function(){ -- You are receiving this mail because: You are watching all bug changes.