@@ -, +, @@ -> Catalog statistics. --- koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc @@ -34,6 +34,7 @@ $(instance.input) /* Add a wrapper element so that we can prevent the clear button from wrapping */ .wrap("") + .attr("autocomplete", "off") .after( $("") .attr("href","#") .addClass("clear_date") --