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