diff options
Diffstat (limited to 'themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js')
-rw-r--r-- | themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js b/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js index 249e7b0ef..46e63f59b 100644 --- a/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js +++ b/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js @@ -17,7 +17,7 @@ jQuery(function($){ dateFormat: 'yy-mm-dd', firstDay: 1, isRTL: false, - showMonthAfterYear: false, + showMonthAfterYear: true, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['hu']); }); |