From: Matthias Schmidt Date: Sun, 1 Jun 2014 16:28:06 +0000 (+0200) Subject: Remove debug code X-Git-Tag: 2.1.0_Alpha_1~762 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1c007ddbe77a24849b1182f0252c46802e5a3c71;p=GitHub%2FWoltLab%2FWCF.git Remove debug code --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 1557b36581..453a4a9fe3 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2965,7 +2965,7 @@ WCF.Date.Picker = { // Date objects require a date and a time, thus // add the current date to a time only-value - if (false && $input.data('timeOnly')) { + if ($input.data('timeOnly')) { $dateComponents = $inputValue.split(':'); $date = new Date(); $date.setHours($dateComponents[0]);