diff --git a/htdocs/core/js/datepicker.js.php b/htdocs/core/js/datepicker.js.php index e66f84030fa..6cd3233b494 100644 --- a/htdocs/core/js/datepicker.js.php +++ b/htdocs/core/js/datepicker.js.php @@ -127,9 +127,9 @@ jQuery(function($){ "'".$langs->trans("ShortSaturday")."'" ?>], weekHeader: 'trans("Week"); ?>', dateFormat: 'trans("FormatDateShortJQuery"); ?>', - firstDay: global->MAIN_START_WEEK; ?>, - isRTL: trans("DIRECTION")=='rtl'?'true':'false'); ?>, - showMonthAfterYear: false, + firstDay: global->MAIN_START_WEEK; ?>, + isRTL: trans("DIRECTION")=='rtl'?'true':'false'); ?>, + showMonthAfterYear: false, // TODO add specific to country yearSuffix: '' // TODO add specific to country }; $.datepicker.setDefaults($.datepicker.regional['defaultlang ?>']);