From: Marcel Werk Date: Mon, 15 Apr 2013 22:01:25 +0000 (+0200) Subject: Small usability improvements X-Git-Tag: 2.0.0_Beta_1~344 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d773a08e29ea90dac5d8729aa14ea000aaf1f7aa;p=GitHub%2FWoltLab%2FWCF.git Small usability improvements --- 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