aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-03-07 00:58:34 +0000
committerpatdenice <patdenice@piwigo.org>2011-03-07 00:58:34 +0000
commitac0ba26afc1fe5f7daf1d7f967301470b461772c (patch)
tree5da280ad6cbbae4af8498e4e6d2da517c7d1383f /themes/default/js/ui/i18n/jquery.ui.datepicker-hu.js
parentd94968f60a8e818fa1c1b18fdc8b83d7affa9b6e (diff)
Update jQuery UI to 1.8.10.
Improve jquery ui management in template class. git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
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.js2
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']);
});