Remove debug code
authorMatthias Schmidt <gravatronics@live.com>
Sun, 1 Jun 2014 16:28:06 +0000 (18:28 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 1 Jun 2014 16:28:06 +0000 (18:28 +0200)
wcfsetup/install/files/js/WCF.js

index 1557b36581db544cb05bf3b6382f42b4934832dd..453a4a9fe31c6ab1833c9a0f80c3c53be380adcc 100755 (executable)
@@ -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]);