From 1c007ddbe77a24849b1182f0252c46802e5a3c71 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 1 Jun 2014 18:28:06 +0200 Subject: [PATCH] Remove debug code --- 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 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]); -- 2.20.1