From 5e9b8ea44ba255f902f1f5cf03237164c8adb84d Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 21 Apr 2020 12:06:09 +0000 Subject: [PATCH] Bug 25133: (follow-up) Remove Names as they do no affect display In testing I couldn't make any changes to the names have an effect and everythign worked as expected without these lines Signed-off-by: Nick Clemens Signed-off-by: Kelly McElligott --- koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc index 82e3826149..9f4665594a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc @@ -124,8 +124,6 @@ jQuery(function($){ $.datepicker.setDefaults($.datepicker.regional['']); $.timepicker.regional[''] = { timeFormat: "[% IF Koha.Preference('TimeFormat') == '12hr' %]hh:mm TT[% ELSE %]HH:mm[% END %]", - amNames: ['AM', 'A'], - pmNames: ['PM', 'P'], }; $.timepicker.setDefaults($.timepicker.regional['']); }); -- 2.11.0