(inp, date, number)
| 14570 | } |
| 14571 | } |
| 14572 | function _attach_action(inp, date, number) { |
| 14573 | _init_once(inp, date, number); |
| 14574 | inp.value = scheduler2.templates.calendar_time(date); |
| 14575 | inp._date = scheduler2.date.date_part(new Date(date)); |
| 14576 | } |
| 14577 | _attach_action(inputs[0], ev.start_date, 0); |
| 14578 | _attach_action(inputs[1], ev.end_date, 1); |
| 14579 | _init_once = function() { |
no test coverage detected