https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35341
--- Comment #34 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #33) > 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(){ No we don't, I was trying something else. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
