From d773a08e29ea90dac5d8729aa14ea000aaf1f7aa Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 16 Apr 2013 00:01:25 +0200 Subject: [PATCH] Small usability improvements --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index ec467da97b..1c359e41b0 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2231,7 +2231,7 @@ WCF.Date.Picker = { monthNames: WCF.Language.get('__months'), monthNamesShort: WCF.Language.get('__monthsShort'), showOtherMonths: true, - yearRange: '1900:2038' + yearRange: ($input.hasClass('birthday') ? '-100:+0' : '1900:2038') }); // format default date -- 2.20.1