diff --git a/javascript/src/Main.js b/javascript/src/Main.js index 51a4e736f4cabe7cc93406401a66acd42738251d..2b95c848de4e3f936e399a315fa4b627847cfebf 100644 --- a/javascript/src/Main.js +++ b/javascript/src/Main.js @@ -149,8 +149,6 @@ $(document).ready( function () { calendarWeeks: ($(this).data("show-calendar-weeks") !== undefined) ? $(this).data("show-calendar-weeks") : false, useCurrent: ($(this).data("use-current-datetime") !== undefined) ? $(this).data("use-current-datetime") : false, sideBySide: ($(this).data("datetime-side-by-side") !== undefined) ? $(this).data("datetime-side-by-side") : false, - minDate: dates.minDate, - maxDate: dates.maxDate }; var currentDatePicker = $(this).datetimepicker(options);