3135df54 by Jeff Balicki

d

1 parent 0d00ab24
...@@ -274,11 +274,11 @@ function getInputFormValues($validation, $name) { ...@@ -274,11 +274,11 @@ function getInputFormValues($validation, $name) {
274 }).change(); 274 }).change();
275 275
276 // 276 //
277 jQuery('#execute_date').datetimepicker({ 277 // jQuery('#execute_date').datetimepicker({
278 stepMinute: 05, 278 //stepMinute: 05,
279 dateFormat: 'yy-mm-dd', 279 //dateFormat: 'yy-mm-dd',
280 timeFormat: 'hh:mm:ss' 280 // timeFormat: 'hh:mm:ss'
281 }); 281 // });
282 282
283 updateNotificationType(); 283 updateNotificationType();
284 284
......